diff --git a/App/Containers/Root/RootScreen.js b/App/Containers/Root/RootScreen.js index 98a79416e..7be77eca2 100644 --- a/App/Containers/Root/RootScreen.js +++ b/App/Containers/Root/RootScreen.js @@ -14,6 +14,7 @@ const AppNav = createStackNavigator( InitialPage: { screen: ExampleScreen }, }, { + // By default the application will show the splash screen initialRouteName: 'SplashScreen', headerMode: 'none', }