Open lundjrl opened 2 years ago
@lundjrl did you find any solution?
@JcbPrn I did not, I ended up using another library for a custom gallery.
@JcbPrn which one?
yeah, which one?
I ended up using react-native-snap-carousel
@mmaass , snap carousel using ScrollView, I think better using Flatlist
I combined react-native-awesome-gallery
with react native modal. Presumably this issue is not gonna be fixed. You can have a look at this article bu consider using rn awesome lib.
Hey all.
First off I really appreciate the effort you've put into this thing. The UI looks pretty clean and the library does function well.
One thing I did notice is when you start swiping fast, it's like the gallery can't keep up and then just stalls. It's unable to swipe anymore and I can't press on a thumb to take me to another picture.
I saw some discussion on migrating to react-native-reanimated to solve some gesture issues. Perhaps that would solve this?
I tested the same swiping on another library
react-native-swiper-flatlist
and theirs doesn't stall. Maybe you could look into what they did for inspiration?