Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Napoli committed Sep 5, 2018
1 parent 3a44597 commit bf774f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions App/Containers/Root/RootScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit bf774f1

Please sign in to comment.