maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

Added onBackPress Props #269

Closed P21Marcelo closed 3 years ago

P21Marcelo commented 5 years ago

Added onBackPress Props; now its possible to set a custom function to be triggered when back button is touched on android; obs: backButtonClose must be false to use onBackPress, otherwise it will close the modal.