ollija / react-native-sortable-grid

Drag-drop-sortable grid view for react native
MIT License
441 stars 173 forks source link

Customizable Delete View #43

Open elliotfleming opened 6 years ago

elliotfleming commented 6 years ago

Would be cool to have an easy way to change the deletion view.

e.g. being able to put an "X" in the top corner similar to native iOS

shopshow commented 6 years ago

+1

SavageWilliam commented 5 years ago

Yes please!

esdotzed commented 5 years ago

It's actually doable with the current version since the author added "add" and "delete" support so you can pretty much do whatever you want... https://github.com/ollija/react-native-sortable-grid/issues/8