ascoders / react-native-image-viewer

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

Page turn/flip no longer working #314

Closed junkdeck closed 5 years ago

junkdeck commented 5 years ago

Swiping the image past the threshold no longer causes the image to smoothly transition to the next. Instead, it gets stuck, then the next image suddenly jerks into place. Doesn't seem like a performance issue, as the performance monitor doesn't show any dips in FPS beyond the expected from touch overhead. Using 2.2.26. It used to work fine, but uncertain what version that was.

SuperBigBang commented 5 years ago

Same problem!

junkdeck commented 5 years ago

I've replaced the library with this one instead: https://github.com/antonKalinin/react-native-image-view

Works much better.