ollija / react-native-sortable-grid

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

Drag icons in a long ScrollView with autoscroll #50

Open EzeInverni opened 6 years ago

EzeInverni commented 6 years ago

Implemented the grid inside a ScrollView and it works fine, but when I have a ton of icons and I want to drag one of the last ones to the first place or viceversa, I have to stop every time I reach the end of the scrollview, release the icon, scroll, and continue dragging later.

¿Anyone has encountered a way to automatically scroll up or down when dragging so it isn't necessary to stop halfway through? Something like this but with the grid:

36520373-c9e2cb7e-17e4-11e8-9e93-4d2389d51fa4

spicyboiledfish commented 5 years ago

Same demand need to realize this function. Thanks.

talha882 commented 2 years ago

Any udate ? I want the same functionality.