ollija / react-native-sortable-grid

Drag-drop-sortable grid view for react native
MIT License
439 stars 171 forks source link

Added custom delete button #30

Closed mcmatan closed 2 years ago

mcmatan commented 6 years ago

Usage:

customDeleteButton={(key) => <RemoveImageBtn shouldShow onPress={() => this._onDeleteImage(key)} />}