computerjazz / react-native-draggable-flatlist

A drag-and-drop-enabled FlatList for React Native
MIT License
1.95k stars 410 forks source link

Dragging without changing order of items #512

Open atesarova opened 1 year ago

atesarova commented 1 year ago

Is your feature request related to a problem? Please describe. Typical bank app when you need to transfer money from one account to another having multiple accounts

Describe the solution you'd like A new prop disableReorder=true, when it's on it does not automatically change the order of items, all items stay on the same position