diff --git a/docs/next/scrollview.html b/docs/next/scrollview.html index 4bfb0df56d0..59df7891adc 100644 --- a/docs/next/scrollview.html +++ b/docs/next/scrollview.html @@ -568,21 +568,22 @@ const styles = StyleSheet.create({ - + - +
TypeRequiredPlatform
TypeRequired
enum('start', 'center', 'end')NoiOS
enum('start', 'center', 'end')No

snapToInterval

When set, causes the scroll view to stop at multiples of the value of snapToInterval. This can be used for paginating through children that have lengths smaller than the scroll view. Typically used in combination with snapToAlignment and decelerationRate="fast". Overrides less configurable pagingEnabled prop.

+

Note: Vertical snapToInterval is not supported on Android.

- + - +
TypeRequiredPlatform
TypeRequired
numberNoiOS
numberNo