rgommezz / react-native-scroll-bottom-sheet

Cross platform scrollable bottom sheet with virtualisation support, native animations at 60 FPS and fully implemented in JS land :fire:
MIT License
1.54k stars 64 forks source link

Image Carousel Libraries not swiping on Android #58

Closed zacdemi closed 3 years ago

zacdemi commented 3 years ago

Question, not an issue. Both react-native-swiper and react-native-snap-carousel won't swipe on android. They work great on IOS. Has anyone been able to implement an image carousel library for this bottom sheet that works on Android? Thank you!

rgommezz commented 3 years ago

@zacdemi, I'd recommend you to try react-native-tab-view library to implement a swiper. It has worked for me like a charm several times.