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.
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