fivecar / react-native-draglist

FlatList that can be reordered by dragging its items
MIT License
119 stars 19 forks source link

fix: update y position upon panResponderGrant to capture list position on screen #16

Closed fivecar closed 1 year ago

fivecar commented 1 year ago

onLayout is not sent during moves, only during resizes, and so we need to update the y position to the latest whenever you begin dragging.