0.0.1 • Published 8 years ago

react-native-tab-xg v0.0.1

Weekly downloads
201
License
MIT
Repository
github
Last release
8 years ago

The react-native-tab-xg

  • react native Tab component for both Android and iOS based on pure JavaScript

Main

  • This component provide a Tab function for you with which you can handle your own routers

Properties

link image

Properties

PropDefaultTypeDescription
itemList-ArraySpecify the content of the tab
active-stringSpecify the actived tab

###inSide itemList We Provide some keys for you to custome the content | key | Default | Type | Description | | :------------ |:---------------:| :---------------:| :-----| | key | - | string | to compare with the active key | | title | - | string | the text of the tab | | icon | - | node | the icon of your tab(for more info you can see the example) |