react-native-reorderable-list
react-native-reorderable-list copied to clipboard
feat: allow for reorder call if same index
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.