Skip to content

Commit

Permalink
UnmountOnBlur false
Browse files Browse the repository at this point in the history
  • Loading branch information
AlixH committed Nov 22, 2021
1 parent 7cc1ea3 commit 6c48639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function createAppDrawerNavigator(props: BaseProps) {
drawerType: 'front',
swipeEnabled: false,
swipeEdgeWidth: 20,
unmountOnBlur: true
unmountOnBlur: false
})}
backBehavior={'history'}
drawerPosition="left"
Expand Down

0 comments on commit 6c48639

Please sign in to comment.