Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.4 KB

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