fivecar / react-native-draglist

FlatList that can be reordered by dragging its items
MIT License
118 stars 19 forks source link

Autoscroll Speed #25

Open ahansson89 opened 1 year ago

ahansson89 commented 1 year ago

I have a long list and the autoscroll speed is way too fast. Would be awesome if there was a way to control the speed.

fivecar commented 7 months ago

Ah, interesting. If someone's up for trying it, I believe a change could be made around this line to debounce/throttle the speed at which this is called. Right now, the position is reassessed whenever the drag location is moved; it's quite possible that in some circumstances, this repeats too quickly.