diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index 3f713c70dc1..46c2076d8c3 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -48,10 +48,7 @@ The default value is true.
(Android-only) Sets the elevation of a view, using Android's underlying -elevation API. -This adds a drop shadow to the item and affects z-order for overlapping views. -Only supported on Android 5.0+, has no effect on earlier versions.
Sometimes a scrollview takes up more space than its content fills. When this is
+with horizontal={true}.
Sometimes a scrollview takes up more space than its content fills. When this is the case, this prop will fill the rest of the scrollview with a color to avoid setting a background and creating unnecessary overdraw. This is an advanced optimization that is not needed in the general case.
Used to override default value of overScroll mode.
Possible values:
'auto' - Default value, allow a user to over-scroll