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
React Native paper BottomNavigation: How to create stack for each Tab?
I have an expo react native app using react-native-paper for bottom tabs. I want to create a stack for each of my tabs for nested navigation.
For instance, see the sitemap:
React Native paper BottomNavigation: How to create stack for each Tab?
I have an expo react native app using react-native-paper for bottom tabs. I want to create a stack for each of my tabs for nested navigation.
For instance, see the sitemap:
The Tabs layout code is here:
The stack layout for home route is here:
Problem is that the home tab is not navigating to anywhere in its stack.
Home page code:
Would appreciate your advice.
The text was updated successfully, but these errors were encountered: