leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.41k stars 2.34k forks source link

I used with react-native-photo-view on android and get app crash #276

Open onepiece-dz opened 7 years ago

vspedr commented 7 years ago

Hey @MingYe-dz, have you found anything that works for you? I assume you're trying to make a "Gallery" with individual images as pages where you can zoom in and out, same as me.

I've been using react-native-scrollable-tab-view with react-native-photo-view but it crashes on Android as well. My blind guess is that Android fails to handle the "pinch to zoom" and "slide to switch pages" events at the same time. If you have any luck with this please let me know!