diff --git a/App.js b/App.js index feb79a55696086a7a98da2e4a8190b25324b0327..a65dfd76cadb4b74af3f3b654112294d944b5bfb 100644 --- a/App.js +++ b/App.js @@ -26,7 +26,7 @@ export default function App() { return ( <NavigationContainer> <Stack.Navigator - initialRouteName="Camera" + //initialRouteName="Camera" screenOptions={globalScreenOptions} > <Stack.Screen name='Login' component={LoginScreen}/>