omahili / react-native-reorderable-list

A reorderable list for React Native applications, powered by Reanimated 2 🚀
MIT License
115 stars 5 forks source link

Know when dragging has stopped #10

Open k2on opened 1 year ago

k2on commented 1 year ago

I want to know when dragging has stopped for any element.

The closest thing to this is onReorder, but that only gets called when the position has changed.

This PR allows the component to call onReorder to get called even if the item does not change position.