From 649d1c184c34812ab8ce3a95be2c6ea68fabed7b Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 5 Sep 2018 17:30:12 +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 c098326ca..d4999a733 100644 --- a/App/Containers/Root/RootScreen.js +++ b/App/Containers/Root/RootScreen.js @@ -21,6 +21,7 @@ const AppNav = createStackNavigator( class RootScreen extends Component { componentDidMount() { + // Run the startup saga when the application is starting this.props.startup() }