0.3.0 • Published 4 years ago

rnative-tabs v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Installation

Open a Terminal in the project root and run:

yarn add rnative-tabs

Quick Start

Basic usage look like this:

import React, { Component } from 'react';

class Index extends Component {
  render() {
    return (
       <RnativeTabs>
         <View label="Ana Sayfa">
           <Text>Merhaba burası ana sayfa!</Text>
         </View>

         <View label="İletişim">
           <Text>Merhaba burası İletişim!</Text>
         </View>
       </RnativeTabs>   
    )
  }
}
0.3.0

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago