+1 Having the same problem
Ok so I have investigated further - the issue only appears to be happening on android, iOS works
This is because Android is implementing the ViewPagerAndroid react native component, which doesn't have a vertical option, and the scrollview only has snapping in iOS
Suggests to rotate the element 90 and then rotate the children back 90, haven't worked out how to accomplish this yet and im my head it will only work when the element is square
This stackoverflow thread shows how to make a vertical view pager in Android, but its a bit over my head how to get this to work with react just yet - im only just starting having come from Cordova
http://stackoverflow.com/questions/13477820/android-vertical-viewpager
same problem!
Has anyone been solved yet?
Or in other ways.
has this been solved?
Any news?
wow this is bit surprising. vertical={true}, but still swiping left/right on android is odd.
same problem!
Most helpful comment
Ok so I have investigated further - the issue only appears to be happening on android, iOS works
This is because Android is implementing the ViewPagerAndroid react native component, which doesn't have a vertical option, and the scrollview only has snapping in iOS
https://github.com/exponentjs/react-native-invertible-scroll-view/blob/master/InvertibleScrollView.js
Suggests to rotate the element 90 and then rotate the children back 90, haven't worked out how to accomplish this yet and im my head it will only work when the element is square
This stackoverflow thread shows how to make a vertical view pager in Android, but its a bit over my head how to get this to work with react just yet - im only just starting having come from Cordova
http://stackoverflow.com/questions/13477820/android-vertical-viewpager