Skip to content

raymondchooi/testPagingEnabled

Repository files navigation

Language Platforms Donate

React Native test for vertical paging on Android

Test Plan

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

Paging enabled

Test normal scroll

<ScrollView
  pagingEnabled={ false }>
  • Test momentum (fast/slow fling)

Paging disabled momentum

  • Test stop mid fling (with screen press)

Paging disabled stop

License

GNU General Public License v3.0

About

React Native test for vertical paging on android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published