react-native-reorderable-list icon indicating copy to clipboard operation
react-native-reorderable-list copied to clipboard

feat: allow for reorder call if same index

Open k2on opened this issue 1 year ago • 0 comments

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.

k2on avatar Jul 13 '23 18:07 k2on