sc12070 / react-native-drag-sort-gridview

A draggable and sortable grid view for react native
22 stars 8 forks source link

Only drag and drop after long press #10

Open Brma1048 opened 6 months ago

Brma1048 commented 6 months ago

Is there a option to only drag and drop the items when they are long pressed? I have the problem that when isEditing is true, i can only scroll down the list when i touched the background. When i touched a item and scroll down, the item gets dragged.

sc12070 commented 5 months ago

Hi @Brma1048 , thanks for using this library. Sorry for late reply. I think this is a bit tricky to active edit by long pressing in current implementation. I will try to implement long press activate in a new branch.