react-native-draggable-grid
react-native-draggable-grid copied to clipboard
ScrollView to scroll when item hits edge of ScrollView
I have react-native-draggable-grid inside a ScrollView. When I drag an item to the edge of the ScrollView (top or bottom of it), I would like the ScrollView to scroll (instead of staying fixed) so that I can arrange items are not visible due to having so many items inside the ScrollView.
How can I achieve this?
sorry, can not achieve this