oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.45k stars 2.12k forks source link

any way to change (nontint) color of icons in tab bar? #48

Closed kevinaltschuler closed 9 years ago

kevinaltschuler commented 9 years ago

there doesnt seem to be any prop for it in the TabBarIOS or in Icon.TabBarItem

just to be clear im talking about the color if the icons in the tab bar while they arent selected

oblador commented 9 years ago

Color is set by the tab bar itself, the Icon.TabBarItem is just a composition around it. From what the docs tells, me only tintColor is configurable.

kevinaltschuler commented 9 years ago

sounds like your hands are tied here so i opened up a new issue in the react-native repo

oblador commented 9 years ago

Cool, not sure if TabBarIOS is actively maintained though so maybe it's better to do a PR. Closing this for now!