bounceVelocityThreshold: Number(default: 1.6)
The velocity threshold after which a swipe will result in a bounce effect.
duration: Number(default: 300)
The milliseconds that take the ScrollView to snap to the current page after released.
page: Number(default: 0)
The initial page to display.
velocityThreshold: Number(default: 0.8)
The velocity threshold after which a swipe will navigate to the next page (as opposed to snapping back to the current page).