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

Cannot change the label style #19

Closed ghost closed 7 years ago

ghost commented 7 years ago

Cannot change the font size and family of the label Text. Either we need a label style prop or just use labelStyle in react navigation tabBarOptions: { labelStyle: { fontSize: 12, } }

timomeh commented 7 years ago

labelStyle is intentionally not supported. You're only able to change the color of the label using labelColor.

Please refer to https://github.com/timomeh/react-native-material-bottom-navigation/issues/15#issuecomment-285116249 for a full explanation, why certain things aren't supported. I'm thinking about making a more customizable Bottom Navigation / Tab Bar, but this Package should encourage developers to follow Google's Guidelines.

nzrsrk commented 4 years ago

labelColor

i cant change label color using labelColor.. how its possible..please help me

timomeh commented 4 years ago

@nzrsrk labelColor is not an option anymore since version 1. Please read the docs.