Paging
The PageComponent is based on the ScrollComponent, and lets you swipe between different layers representing pages. This type of interaction is also called a carousel, or in iOS development, a paging scrollview.
Paging reacts to both velocity (with a quick swipe you can move to the next page) and drag distance (upon release it’ll snap to the nearest page).