react-native-spring-scrollview
react-native-spring-scrollview copied to clipboard
Horizontal scrolling
It says that this library supports both horizontal and vertical scrolling, but it has no horizontal prop..??
If your content view is wider than the SpringScrollView, it can scroll on horizontal.
Is there any way to disable vertical bounce and allow just horizontal scroll and bounce? It seems like there is always vertical bounce even if the content height would be shorter.
Sorry, it can not. The SpringScrollView is just like ScrollView on iOS.