rnative-tabs

0.3.0 • Public • Published

A Tab View component for React Native.

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>   
    )
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i rnative-tabs

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

489 kB

Total Files

5

Last publish

Collaborators

  • tatilsepeti