react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
Ability to use it in a SectionList
Is your feature request related to a problem? Please describe. Yes, at the moment there is no support to drag and drop between two separated FlatList. A possible solution could be to use a SectionList to be able to use section titles like it they where different lists.
Describe the solution you'd like Ability to choose between FlatList or SectionList
Describe alternatives you've considered Use ItemSeparator, but it get attached to a RenderItem and it moves when dragging that item.
Please created SectionList variant
Maybe someone could update this and propose a PR? https://github.com/computerjazz/react-native-draggable-flatlist/compare/main...upacyxou:react-native-draggable-flatlist:master