react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

Prevent initial scroll jump in NestedDraggableFlatlist

Open ersefuril opened this issue 2 years ago • 4 comments

There is a small glitch when you try to drag n drop an item after performing an initial scroll. This seems to occurs only in NestedDraggableFlatList. The outer scroll position is not updated after doing a scroll, which causes a "jump". It should fix this issue : https://github.com/computerjazz/react-native-draggable-flatlist/issues/509

ersefuril avatar Dec 11 '23 14:12 ersefuril

Will this PR be merged? I'm having the same issue and don't want to use patch-package

The0racle avatar Feb 22 '24 15:02 The0racle