Skip to content

Commit

Permalink
fix(tab-set): example screen component description
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh committed Oct 23, 2018
1 parent 94ecf78 commit f9989bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/screens/tabset/TabsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export class TabsScreen extends React.Component {
return (
<View style={styles.container}>
<RkText>
{'TabView is a component which allows you to split your content into sub-contents'}
{'TabSet is a component which allows you to split your content into sub-contents.' +
' We have lovely prepared some examples below to let you see what it can <3'}
</RkText>
<View style={styles.descriptionSeparator} />
<FlatList
Expand Down

0 comments on commit f9989bd

Please sign in to comment.