mgcrea / react-native-dnd

Modern and easy-to-use drag&drop library for react-native.
https://mgcrea.github.io/react-native-dnd/
MIT License
147 stars 15 forks source link

How to scroll inside of DraggableStack? #17

Open fax1ty opened 8 months ago

fax1ty commented 8 months ago

I need something similar to FlatList. But as I can see, it was deleted. How can I achieve similar behavior with a new component?

antoniocasero commented 6 months ago

I have the same issue with DraggableGrid, once the items are larger than the viewport, the container does not scroll. So I wrapped it in ScrollView, which solved the scrolling issue, but the selection of items in the grid is messed up. I will not be able to drag the items at the bottom. Did you experience the same? I can share an example project with this behaviour. Thank you!

ccoombsesmail commented 6 months ago

I also have the same issue. Any update @antoniocasero

I can scroll with the ScrollView, but then everything gets messed up