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

Fixed mode tinting #78

Closed AlirezaAkbarix closed 6 years ago

AlirezaAkbarix commented 6 years ago

Set shifting : false should make bottomNav as Fixed(?), by doing it, how to tint label and icon to desired color as shown in repo gifs?

timomeh commented 6 years ago

If you want to change the label- and icon-color, check the Documentation sections #BottomNavigation and #Tab. The props you are searching for are called activeIcon and activeLabelColor. You can check the examples if you don't know how to set those props, or take a look at #Usage.

Styling works the same for shifting and non-shifting Tabs.