README.md

March 20, 2017 ยท View on GitHub

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

keyDefaultTypeDescription
key-stringto compare with the active key
title-stringthe text of the tab
icon-nodethe icon of your tab(for more info you can see the example)