computerjazz / react-native-draggable-flatlist

A drag-and-drop-enabled FlatList for React Native
MIT License
1.94k stars 406 forks source link

autoscroll does not work on web #401

Open McBoyish opened 2 years ago

McBoyish commented 2 years ago

when dragging an item to the end of the flatlist content view, it is not autoscrolling. the example on snack does not autoscroll either (for web)

FrozenPyrozen commented 2 years ago

Works with:

"react-native-reanimated": "^2.8.0",
"react-native-gesture-handler": "^2.6.0",
"react-native-draggable-flatlist": "^4.0.0-beta.12",

And don't forget to add autoscroll props:

autoscrollSpeed={5} autoscrollThreshold={20}

idoodler commented 1 year ago

@McBoyish Are you using a NestableDraggableFlatList?