-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to scroll inside of DraggableStack? #17
Comments
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. |
I also have the same issue. Any update @antoniocasero I can scroll with the ScrollView, but then everything gets messed up |
Have you guys found any fix for it, I'm using |
I need something similar to
FlatList
. But as I can see, it was deleted. How can I achieve similar behavior with a new component?The text was updated successfully, but these errors were encountered: