Hi, when using coverScreen, the component is wrapped inside React Native's Modal with a predefined onRequestClose (that is, closing the Modalbox).
I think it would be better if we can define our own onRequestClose since not all the time we want to close the modal during back button press. Overriding it using BackHandler does not work either. Would like to make a PR for this if you think is a good idea.
Hi, when using
coverScreen
, the component is wrapped inside React Native'sModal
with a predefinedonRequestClose
(that is, closing the Modalbox).I think it would be better if we can define our own
onRequestClose
since not all the time we want to close the modal during back button press. Overriding it usingBackHandler
does not work either. Would like to make a PR for this if you think is a good idea.