Skip to content

Commit 37a5cc6

Browse files
author
Matthieu Napoli
committed
Rename InitialPage to MainScreen
1 parent 49ddf51 commit 37a5cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/Containers/Root/RootScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import StartupActions from 'App/Stores/Startup/Actions'
1111
const AppNav = createStackNavigator(
1212
{
1313
SplashScreen: { screen: SplashScreen },
14-
InitialPage: { screen: ExampleScreen },
14+
MainScreen: { screen: ExampleScreen },
1515
},
1616
{
1717
// By default the application will show the splash screen

App/Sagas/StartupSaga.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export function* startup() {
1414
// ...
1515

1616
// When those operations are finished we redirect to the main screen
17-
NavigationService.navigateAndReset('InitialPage')
17+
NavigationService.navigateAndReset('MainScreen')
1818
}

0 commit comments

Comments
 (0)