You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a nested StackNavigator inside a createBottomTabNavigator with one nested screen inside the StackNavigator has navigationOptions that set tabBarVisible to false.
Expected Behavior
The nested screen inside StackNavigator that has tabBarVisible to false in navigationOptions should not show the tabBar
Could the behavior be the same as in v1? Since I have the setup that there are even nested StackNavigator inside another StackNavigator that using navigation.state.index itself can't fully solve the whole problem?
Current Behavior
StackNavigator
inside acreateBottomTabNavigator
with one nested screen inside theStackNavigator
hasnavigationOptions
that settabBarVisible
tofalse
.Expected Behavior
StackNavigator
that hastabBarVisible
tofalse
innavigationOptions
should not show the tabBarHow to reproduce
Snack: https://snack.expo.io/HJrL-luy7
Your Environment
The text was updated successfully, but these errors were encountered: