SHISME / react-native-draggable-grid

A draggable and sortable grid of react-native
321 stars 94 forks source link

How can i set the drag action without do a onLongPress? #5

Closed AFMW closed 5 years ago

AFMW commented 5 years ago

Im looking for using the drag action when I do pressIn on each element, Is it possible? by the way, Can i delete any element of the data just by take it out from the this.state.data prop, do that immediatly refresh the view?

SHISME commented 5 years ago

It can't using the drag action when pressIn, if you really want to do that, you can fork this repository and setActiveBlock when pressIn. When you delete props data ,the view will refresh immediatly.