ascoders / react-native-image-viewer

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

Feature request: swipe up to close #460

Open Egizas opened 3 years ago

Egizas commented 3 years ago

It would really cool if someone could swipe up to close function and these parameters:

Also as other member mentioned, a good practice on swipe to close is to add some opacity

darajava commented 3 years ago

You can add the fade out effect by including animationType="fade" as a prop to the containing Modal.