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

changing the font of tabs labels #22

Closed rawris closed 7 years ago

rawris commented 7 years ago

I'm trying to change the font of the tabs label but labelStyle doesn't work.

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.