Skip to content

Commit bf774f1

Browse files
author
Matthieu Napoli
committed
Add comment
1 parent 3a44597 commit bf774f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

App/Containers/Root/RootScreen.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ import SplashScreen from 'App/Containers/SplashScreen/SplashScreen'
88
import { connect } from 'react-redux'
99
import StartupActions from 'App/Stores/Startup/Actions'
1010

11+
/**
12+
* The root screen contains the application's navigation.
13+
*
14+
* The navigation is handled using https://reactnavigation.org
15+
*/
1116
const AppNav = createStackNavigator(
1217
{
1318
SplashScreen: { screen: SplashScreen },

0 commit comments

Comments
 (0)