jeremybarbet/react-native-modalize

How to disable android back button when modalize is opened

mansoorameen opened this issue · 2 comments

I have added
panGestureEnabled={false} closeOnOverlayTap={false}
to disable closing by swiping and tapping outside.
I am adding this modalize in homescreen. So when the android back button is pressed the app closes. How to disable that and maybe do nothing when the modalize is open, until some action is completed

how did you fixed this?

how did you fixed this?

onBackButtonPress={()=>{}}
you can pass this to Modalize