import TabNavigation from './Screen/TabNavigation';
import DrawerNavigation from './Screen/DrawerNavigation';
//Далее добавляю их, в теории
<Stack.Screen
name="TabNavigation"
component={TabNavigation}
/>
<Stack.Screen
name="DrawerNavigationRoutes"
component={DrawerNavigationRoutes}
/>
<>...</>