Skip to content

Commit

Permalink
Deprecation in 'navigationOptions' aksonov#3799
Browse files Browse the repository at this point in the history
  • Loading branch information
bmichotte committed Oct 18, 2023
1 parent aaf14b9 commit deaf7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Store.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ function createNavigationOptions(params) {

if (navigationParams.hideNavBar != null) {
if (navigationParams.hideNavBar) {
res.header = null;
res.headerShown = false;
}
} else if (hideNavBar) {
res.header = null;
res.headerShown = false;
}

if (navTransparent) {
Expand Down

0 comments on commit deaf7fb

Please sign in to comment.