You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the NestableDraggableFlatList while having a few lists rendered, when scrolling down and then starting to drag an item, a weird behaviour appears. The item that is being dragged moves down one item and then up again.
To Reproduce
I took the code from the example snack and put it in a screen in my app (I'm using react native navigation). No other additional code in that specific screen.
I increased the number of the items per list to 20.
I start scrolling down and then randomly long press an item. Though it doesn't show in the recording, there is only one gesture happening, a simple long press on item 13. No drag no nothing.