Answer the question
In order to leave comments, you need to log in
How to add 2 Navigation React native views in one window?
There are 2 types of navigation TabNavigator and DrawerNavigator.
import TabNavigation from './Screen/TabNavigation';
import DrawerNavigation from './Screen/DrawerNavigation';
//Далее добавляю их, в теории
<Stack.Screen
name="TabNavigation"
component={TabNavigation}
/>
<Stack.Screen
name="DrawerNavigationRoutes"
component={DrawerNavigationRoutes}
/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question