A
A
Andrey Okhotnikov2019-09-05 12:05:33
React Native
Andrey Okhotnikov, 2019-09-05 12:05:33

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

2 answer(s)
R
Roman Alexandrovich, 2019-09-05
@RomReed

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

S
Shane Matte, 2019-09-05
@mattedev

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 question

Ask a Question

731 491 924 answers to any question