ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
639 stars 282 forks source link

Disable or enable pan responder based on move #107

Closed DavitVosk closed 4 years ago

DavitVosk commented 5 years ago

Thanks for the fantastic package one more time :).

I am using this package with react-native-swiper to swipe between medias (images, videos and pdfs). Since in your code onStartShouldSetPanResponder is true, that is why I get some problems when trying to swipe from one screen into another one. I tried to implement onMoveShouldSetPanResponder callback, but the function is not called in that callback. Maybe do you know where the problem comes from? No note, I even tested to pass false for onStartShouldSetPanResponder, but no success. Please help