Skip to content

Commit

Permalink
default to home
Browse files Browse the repository at this point in the history
  • Loading branch information
lorekadam committed Jun 11, 2019
1 parent 0f9a7e5 commit 88338a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const AppNavigator = createStackNavigator(
[screens.ONE_FROM_GIVEN]: OneFromGiven,
},
{
initialRouteName: screens.ONE_FROM_GIVEN,
initialRouteName: screens.HOME,
headerMode: 'none',
},
);
Expand Down

0 comments on commit 88338a7

Please sign in to comment.