alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 434 forks source link

swipe down to close #156

Open bemaverick opened 6 years ago

bemaverick commented 6 years ago

Hi, can you add a possibility to recognize swipe down ?

SimonErich commented 6 years ago

Hey, we had a similar requirement and solved this by using https://www.npmjs.com/package/react-native-swipe-gestures

This should also probably not be in this package, since gestures are a completely different thing.

You can just wrap your photo-view component with GestureRecognizer and attach the event you want on swipe down.

bemaverick commented 6 years ago

@SimonErich Thank you! Can you show me a part of code? it doesn't work, when i insert photoView inside GestureRecognizer. I mean gesture recognition