react-native-sortable-grid
react-native-sortable-grid copied to clipboard
onDragRelease isn't called unless dragged
Hi, I'm trying to prevent a parent view from scrolling by using the onDragStart and onDragReleaseevents; however, if the user long presses on an item and immediately let's go without dragging it anywhere, theonDragReleaseevent is not fired even though theonDragStart` event did fire.
This means if we disable scrolling on the start event and expect to enable scroll on the release event but it never happens, scroll is locked and the user may not know how to fix it.
When i disabled scroll in the parent ScrollView then onDragRelease not triggering any event from the component. Can anyone please help me on this.
+1, have the same issue. Block is stuck in "dragging mode" and event is not fired