React navigation tabBarVisible: false not working for StackNavigator inside TabNavigator
You could use one StackNavigator with all your stacks, and set the TabNavigator as default route :
- SwitchNavigator
- Login
- SignUp
- StackNavigator
- TabNavigator
- FirstTab
- ListPage
- Settings
- EditPage
- PageTwo
- TabNavigator