Skip to content

Commit

Permalink
Merge pull request #9180 from allroundexperts/fix-8840
Browse files Browse the repository at this point in the history
fix(8840): fixed modal state on resize
  • Loading branch information
luacmartins committed Jun 1, 2022
2 parents c41a782 + 381de2b commit 3493f3c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@react-native-masked-view/masked-view": "^0.2.4",
"@react-native-picker/picker": "^2.3.1",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/drawer": "6.1.8",
"@react-navigation/drawer": "6.3.0",
"@react-navigation/native": "6.0.8",
"@react-navigation/stack": "6.0.11",
"babel-plugin-transform-remove-console": "^6.9.4",
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/BaseDrawerNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class BaseDrawerNavigator extends Component {
const content = (
<Drawer.Navigator
backBehavior="none"
key={`BaseDrawerNavigator${this.props.isSmallScreenWidth}`}
key="BaseDrawerNavigator"
defaultStatus={this.state.defaultStatus}
sceneContainerStyle={styles.navigationSceneContainer}
drawerContent={this.props.drawerContent}
Expand Down

0 comments on commit 3493f3c

Please sign in to comment.