Closed timomeh closed 7 years ago
Instead of using react-navigation's icon: ({ tintColor }) => (<Icon color={tintColor}) />)
, you should use the activeIcon
-option of react-native-material-bottom-navigation, because it'll look better. Trust me.
But nonetheless, it should work in the next version.
@timomeh I'm facing the same issue :(
When using the icon inside
navigationOptions
, tintColor is undefined. Need to check in TabView.TabBarBottom how and why.