fivecar / react-native-draglist

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

fix: block rapid reordering from using stale indices #35

Closed fivecar closed 8 months ago

fivecar commented 8 months ago

Not sure this is absolutely necessary, but it prevents people from rapidly reordering things so quickly that stale indices are used.