timomeh / react-native-material-bottom-navigation

💅🔧👌 a beautiful, customizable and easy-to-use material design bottom navigation for react-native
MIT License
709 stars 127 forks source link

How to style TabNavigator and place icons in tabs? #82

Closed joaoalbertocsjunior closed 6 years ago

joaoalbertocsjunior commented 6 years ago

Good day.

My question is simple. How to style TabNavigator and place icons in tabs?

timomeh commented 6 years ago

Usage with react-navigation is documented in the README and there's also an example here. Additionally there's a documentation in react-navigation on how to style the TabNavigator. Please notice that the current BottomNavigation version 0.9.0 doesn't support all the styles which react-navigation supports.

If there's anything unclear, please explain what's missing in the docs or poorly explained. Thank you!