Closed novoselovaleksandr closed 4 years ago
Couldn't find version numbers for the following packages in the issue:
@react-navigation/native
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
Hey! Thanks for opening the issue. The issue tracker is intended for only tracking bug reports. This helps us prioritize fixing bugs in the library. Seems you have a usage question or an issue unrelated to this library. Please ask the question on StackOverflow instead using the react-navigation
label. You can also chat with other community members on Reactiflux Discord server in the #react-navigation
channel.
If you believe that this is actually a bug in the library, please open a new issue and fill the issue template with relevant information.
I have 3 screens. I want to have on each of them Stack, Tab and Drawer Navigation.
I pass to DrawerNavigator TabNavigator and StackNavigator to it. When this happens, my Drawer navigation breaks down. In the second and third screens, I cannot go to the first screen. How can I do Stack, Tab and Drawer Navigation in all 3 screens?