ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

support tintColor prop, like TabBarIOS #103

Closed baurine closed 7 years ago

baurine commented 8 years ago

add support for custom the tintColor. then you can use it like TabBarIOS:

<TabNavigator tintColor='#ff0000'>
        {this.renderTabs()}
</TabNavigator>
ptomasroos commented 7 years ago

Since this is possible through regular styling I dont see a reason to merge this