react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
Prevent initial scroll jump in NestedDraggableFlatlist
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
Will this PR be merged? I'm having the same issue and don't want to use patch-package