Tab bar component for simple in app navigation
npm install react-native-tab-barInstall and setup peer dependency react-native-vector-icons for your project.
Then install the module:
``bash`
$ npm install react-native-tab-bar
Finally, use it!
`javascript`
unselectedColor={"#444"}
>
`javascript``
buttonStyle={customStyle.button} // Optional - allows for override of default button styles
selectedColor="#444" // hex code for selected color
unselectedColor="#444"
>
font="material" // OPTIONAl - degfault:"material"
// other font families "material", "font-awesome", "ionicons", "evil-icons", "entypo", "foundation", "octicons", "zocial"
/>