tongyy / react-native-draggable

Draggable Item
MIT License
312 stars 89 forks source link

Android: flatlist + react-native-draggable =? draggable grid #69

Open emclab opened 4 years ago

emclab commented 4 years ago

I am looking for a robust draggable grid (for images display and drag/sort) module on Android (and IOS which seems has less problem with draggable grid) and tried more than 5 modules. Some of them are not good enough on android platform and others have errors. I don't know much about react-native-draggable module. But is it possible to use react-native-draggable and flatlist to create a robust draggable grid module on Android (IOS shall be working as well)? Or even better an existing module which is ready to use. Many thanks.

baconcheese113 commented 4 years ago

It's not currently supported out-of-the-box, though it might be added in the future.