Search code examples
react-nativenavigationreact-native-tabnavigator

React-Native TabNavigator tabPress not set to active when pressed


when I press the 'Pako' Screen on my BottomTabNavigator I do not get the icon to highlight as the active tab. I navigate to a screen the same MainStackNavigator, used for all my tabs.

A sample of this can be found in the following snack.expo:

https://snack.expo.io/@flag81/tabnavdemo

Thanks in advance.


Solution

  • I've changed some code, use activeColor in place of activeTintColor. You need not redirect to a tab page externally, you are already using the tab feature.

    check my edited code here https://snack.expo.io/@mainak-shil/tabnavdemo