This is but a sample project that wants to reach a performant list with the ability to sort via drag-n-drop.
The code in here is really ugly, as I am trying to minimize the API needed for the "sortable list component".
If you want to take a look at it, please feel free but, again, I'm not really proud of the code here atm.
- make the code less ugly, atm is unwatchable
- migrate to actually use react-native-reanimated for the list
The examples in this lib are based on:
- Reanimated Example folder
- @gyetvan-andras's react-native-dnd-list sample implementation
- @vTrip's FlatListSortable fork of @deanmcpherson's react-native-sortable-listview
Thanks for sharing your code, you are all awesome!