From 49ddf51706c4981b74d2c5c02537df9700fd0d5c Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 5 Sep 2018 17:36:28 +0200 Subject: [PATCH] Add comment --- App/Containers/Root/RootScreen.js | 1 + 1 file changed, 1 insertion(+) 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', }