Answer the question
In order to leave comments, you need to log in
Navigation in React Native?
How to connect 2 navigators in the application at once - Tabs at the bottom of the screen and a sliding menu on the left?
Answer the question
In order to leave comments, you need to log in
here are examples https://codeburst.io/react-native-navigation-stack...
https://medium.com/async-la/react-navigation-stack...
https://www.reactnativeschool.com/ complex-navigati...
simplest example https://stackoverflow.com/questions/54643648/react...
If you mean using react-navigation, then this is version 2
createStackNavigator({
drawer: createDrawerNavigator({
tabs: createBottomTabNavigator()
})
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question