Skip to content

Commit

Permalink
Fix main screens accessibility in Example (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedev authored and osdnk committed Sep 24, 2018
1 parent 35c1cc3 commit a92e0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const ExampleApp = createStackNavigator(
...INTERACTABLE_SCREENS,
},
{
initialRouteName: 'Interactable',
initialRouteName: 'Main',
}
);

Expand Down

0 comments on commit a92e0c0

Please sign in to comment.