-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot change the label style #19
Comments
Please refer to #15 (comment) 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. |
i cant change label color using labelColor.. how its possible..please help me |
@nzrsrk labelColor is not an option anymore since version 1. Please read the docs. |
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, } }
The text was updated successfully, but these errors were encountered: