diff --git a/Example/App.js b/Example/App.js index 3222de2e172..2d0b068cf22 100644 --- a/Example/App.js +++ b/Example/App.js @@ -83,7 +83,7 @@ const ExampleApp = createStackNavigator( ...INTERACTABLE_SCREENS, }, { - initialRouteName: 'Interactable', + initialRouteName: 'Main', } );