I want to do a carousel in react-native and target ios/android/web
I have googled, and search on github for react-native carousel,
The top result of my search is https://github.com/archriss/react-native-snap-carousel
This one doesn't seems to be the top compatible for the web (See https://github.com/archriss/react-native-snap-carousel/issues/389)
I have also tested the one from this article: https://medium.com/the-react-native-log/custom-scrolling-carousel-in-react-native-15ee129e7e68
But the gesture for swipe/drag to change pictures doesn't work on the web.
I have tried many others, and can't find one that fit my requirement without a bunch of additional time. This is quite surprising, is there another option that I didn't see that can solve the following requirement?
What I want is fairly simple, the carousel must:
- display a square with the width of the device
- have dots for pagination
- be draggeable/swipeable.
Does anybody have one library to recommend?