SHISME / react-native-draggable-grid

A draggable and sortable grid of react-native
308 stars 96 forks source link

Drag to bottom to delete feature? #51

Closed TheReidZhang closed 3 years ago

TheReidZhang commented 3 years ago

First of all, thank you so much for developing such a nice library. Is it possible though to do this feature with this library? Any hints will be greatly appreciated.

SHISME commented 3 years ago

You can use onDragging to control when to delete item, i think user control when to delete is better

TheReidZhang commented 3 years ago

Thank you for the hint. Also, is it possible that I can add an nondraggable and nonsortable(meaning other grid cannot make it resort) grid. Like the add button for image in weChat with this library?