diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index 07eccb0d401..94acd05a959 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -78,7 +78,9 @@ The default value is true.

ioscontentInset?: {top: number, left: number, bottom: number, right: number} #

The amount by which the scroll view content is inset from the edges -of the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}.

ioscontentOffset?: PointPropType #

Used to manually set the starting scroll offset. +of the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}.

ioscontentInsetAdjustmentBehavior?: enum('automatic', 'scrollableAxes', 'never', 'always') #

This property specifies how the safe area insets are used to modify the +content area of the scroll view. The default value of this property is +"never". Available on iOS 11 and later.

ioscontentOffset?: PointPropType #

Used to manually set the starting scroll offset. The default value is {x: 0, y: 0}.

iosdecelerationRate?: enum('fast', 'normal'), number #

A floating-point number that determines how quickly the scroll view decelerates after the user lifts their finger. You may also use string shortcuts "normal" and "fast" which match the underlying iOS settings