omahili / react-native-reorderable-list

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

feat: allow for reorder call if same index #9

Open k2on opened 1 year ago

k2on commented 1 year ago

This will allow for a flag to be passed so onReorder will be called if the from and to indexs are the same.

This acts as a onTouchEnd hook so we know when the dragging has stopped for any element.