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

Active label #49

Closed gusilveiramp closed 7 years ago

gusilveiramp commented 7 years ago

Hi,

How to use like that? https://github.com/timomeh/react-native-material-bottom-navigation/blob/master/.github/color-4-tab.gif

timomeh commented 7 years ago

There is code for this exact example directly in the second chapter "But how? (Usage)" of the README. Also, there's a directory called /example with three examples for standalone usage or usage together with react-navigation. All examples will reproduce the exact gif you referenced. The react-navigation example has just three tabs, but adding a fourth tab shouldn't be that hard.

I'm going to close this issue since the README and the examples provide all the necessary informations to get you started. If you think there are some missing informations, please explain what is missing and/or should be improved.