Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tsepeti/rnative-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaricli committed May 12, 2020
2 parents 6767bce + d9a45d5 commit 9558b63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,28 @@ A Tab View component for React Native.
### Installation
Open a Terminal in the project root and run:

yarn add rnative-tabs
yarn add @tatil/react-native-tabs

### Quick Start

Basic usage look like this:

```JS
import React, { Componentfrom 'react';
import Tabs from '@tatil/react-native-tabs';

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

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

0 comments on commit 9558b63

Please sign in to comment.