Any suggestions for Swipable flat list

react-native-gesture-handler does not close when open another item

Can’t really tell what you’re trying to do, but this thing is pretty awesome for lots of uses related to swiping things: GitHub - meliorence/react-native-snap-carousel: Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.

@llamaluvr That is a very nice library based on their github page.
Have you used it at all? Is it buggy?

Also @supun_cloudcone - would you mind giving us a bit more information? What do you mean by “swipable flatlist”? Do you want to swipe and drag the item (“Tinder” style?), or just scroll back and forth? If it is the former, you can use this package:
https://www.npmjs.com/package/react-native-deck-swiper?activeTab=readme

Here is also a useful link if you want to build your own item.

yeah, react-native-snap-carousel works pretty great in my experience!

1 Like

It looks really nice. That’s my favourite thing - to find new and interesting packages that other people have had success with!