I’m looking for a way to implement drag & drop in a Masonry-style list in React Native while also persisting the new order. Most solutions seem to be optimized for FlatList, and I’m struggling to find the right approach for a Masonry layout.
Has anyone done this before or come across useful resources? Any recommendations would be greatly appreciated!
Thanks!