diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index fda971194c1..de827f6bdb5 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -84,7 +84,7 @@ decelerates after the user lifts their finger. You may also use string shortcuts "normal" and "fast" which match the underlying iOS settings for UIScrollViewDecelerationRateNormal and UIScrollViewDecelerationRateFast respectively.

iosdirectionalLockEnabled?: bool #

When true, the ScrollView will try to lock to only vertical or horizontal -scrolling while dragging. The default value is false.

iosindicatorStyle?: enum('default', 'black', 'white') #

The style of the scroll indicators.

iosmaximumZoomScale?: number #

The maximum allowed zoom scale. The default value is 1.0.

iosminimumZoomScale?: number #

The minimum allowed zoom scale. The default value is 1.0.

iosonScrollAnimationEnd?: function #

Called when a scrolling animation ends.

iosscrollEventThrottle?: number #

This controls how often the scroll event will be fired while scrolling +scrolling while dragging. The default value is false.

iosindicatorStyle?: enum('default', 'black', 'white') #

The style of the scroll indicators.

iosmaximumZoomScale?: number #

The maximum allowed zoom scale. The default value is 1.0.

iosminimumZoomScale?: number #

The minimum allowed zoom scale. The default value is 1.0.

iosscrollEventThrottle?: number #

This controls how often the scroll event will be fired while scrolling (as a time interval in ms). A lower number yields better accuracy for code that is tracking the scroll position, but can lead to scroll performance problems due to the volume of information being send over the bridge.