Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 564 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 564 Bytes

FlashList Drag to Reorder

Motivation

Inspired by Drag and Drop List in React Native among other examples, I wanted to learn how to make this work with Shopify's FlashList. Many examples out there are implemented via <ScrollView />, react-native-flashdrag-list, react-native-draglist or something else. These didn't fit my needs as I wanted the recycler view to be involved.

I also need it to support web.

Screenshots

cross-platform-draggable-flash-list.mp4