Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaricli authored May 12, 2020
1 parent dbdaf92 commit d9a45d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,20 @@ 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 d9a45d5

Please sign in to comment.