We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a44597 commit bf774f1Copy full SHA for bf774f1
App/Containers/Root/RootScreen.js
@@ -8,6 +8,11 @@ import SplashScreen from 'App/Containers/SplashScreen/SplashScreen'
8
import { connect } from 'react-redux'
9
import StartupActions from 'App/Stores/Startup/Actions'
10
11
+/**
12
+ * The root screen contains the application's navigation.
13
+ *
14
+ * The navigation is handled using https://reactnavigation.org
15
+ */
16
const AppNav = createStackNavigator(
17
{
18
SplashScreen: { screen: SplashScreen },
0 commit comments