How to disable android back button when modalize is opened
mansoorameen opened this issue · 2 comments
mansoorameen commented
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
carlos-dubon commented
how did you fixed this?
mansoorameen commented
how did you fixed this?
onBackButtonPress={()=>{}}
you can pass this to Modalize