timomeh / react-native-material-bottom-navigation

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

correction to section 'Usage for react-navigation' #23

Closed aparolin closed 7 years ago

aparolin commented 7 years ago

Hello,

I've corrected the navigationOptions configuration. According to the doc from https://reactnavigation.org/docs/navigators/tab, navigationOptions should contain properties called tabBarLabel and tabBarIcon. I also included a line to register the app into the react-native.

Thanks for your work!

timomeh commented 7 years ago

Thank you! Looks good to me