Drag doesn't work anymore
Describe the bug Doesn't drag the items inside the flatlist, even in the example doesn't work anymore
To Reproduce
example snack is broken https://snack.expo.dev/@computerjazz/draggable-flatlist-examples
Experiencing this also.
Not sure if it's the same issue, but dragging broke for me after updating react-native-gesture-handler. 2.15.0 works, but 2.16.0+ doesn't
I'm also only seeing it break on the web, android and ios are still fine
Just trying to integrate this into my app, totally doesn't work. Is this still maintained @computerjazz ?
same here, drag does not work on android 13 or 14, any hints or other threads on this ?
I decided to build the drag-and-drop myself using Reanimated 4.
At first, reading the code from this library made it seem quite complicated, but I managed to get a fully working example on iOS, Android, and Web in under 170 lines of code.
Here’s a gist you can copy and paste into your project: https://gist.github.com/Daavidaviid/32a06e47cde1eae50bad5b5677e9dbc8
You can adapt it to your use case, or leave a comment if you spot an issue so I can improve it.
(I thought creating a gist made more sense than publishing a library in this case.)