Steps taken to test vertical paging and make sure original scrolling is not affected.
The test app made features 5 pages in a scrollView which are equal to the device dimensions.
Test vertical paging works
<ScrollView
pagingEnabled={ true }>
- Scroll up and down to test locking
- Hold in the middle to test snap directions
Test normal scroll
<ScrollView
pagingEnabled={ false }>
- Test momentum (fast/slow fling)
- Test stop mid fling (with screen press)
GNU General Public License v3.0