Skip to content

Commit

Permalink
Fixed navigation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Apr 14, 2020
1 parent dbe849a commit 0811405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const AppStackNavigator = createStackNavigator(
...TransitionPresets.SlideFromRightIOS,
},
defaultNavigationOptions: {
header: null,
headerShown: false,
}
},
);
Expand Down

0 comments on commit 0811405

Please sign in to comment.