From c1cc068399e32fdf227fbc43ea782bcb8f7c841c Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 9 Apr 2018 21:20:05 +0000 Subject: [PATCH] Deploy website Deploy website version based on 2d87a679c5ec47f1385d5952389ee7e146702024 --- docs/next/scrollview.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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