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
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 codeonStartShouldSetPanResponder
istrue
, that is why I get some problems when trying to swipe from one screen into another one. I tried to implementonMoveShouldSetPanResponder
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 passfalse
foronStartShouldSetPanResponder
, but no success. Please help