diff --git a/App/Containers/Root/RootScreen.js b/App/Containers/Root/RootScreen.js index 7919c2893..383390c98 100644 --- a/App/Containers/Root/RootScreen.js +++ b/App/Containers/Root/RootScreen.js @@ -8,6 +8,11 @@ import SplashScreen from 'App/Containers/SplashScreen/SplashScreen' import { connect } from 'react-redux' import StartupActions from 'App/Stores/Startup/Actions' +/** + * The root screen contains the application's navigation. + * + * The navigation is handled using https://reactnavigation.org + */ const AppNav = createStackNavigator( { SplashScreen: { screen: SplashScreen },