ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.45k stars 580 forks source link

Is there a way to close the modal on Android back press #421

Closed pockiii closed 4 years ago

pockiii commented 4 years ago

Couldn't find anything in the documentation, any help would be appreciated cuz it would be nice to be able to close the modal from pressing back on Android.

carlcheung commented 4 years ago

Use "onRequestClose" in Modal.

pockiii commented 4 years ago

onRequestClose

Thank you, worked great!