fivecar / react-native-draglist

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

Prevent slide animation after release #3

Closed alexkurowski closed 1 year ago

alexkurowski commented 1 year ago

Right now offsetted cells slide once more after you release. This change will snap them into place instead, which looks a bit better 🙂

fivecar commented 1 year ago

Was struggling with that bug and just didn't have time to fix it. Thank you so much for doing this for the community, @alexkurowski !

fivecar commented 1 year ago

Released as version 2.1.0. Thank you again for your help, @alexkurowski!