From the docs it does not seem possible to control the scrollView. The default behavior for pagination is the following:
When true, the scroll view stops on multiples of the scroll view's size when scrolling.
Would it be possible to change this value to a custom value? Or would I need to extend the ScrollView and submit a PR.