diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html index f4fdc648447..09bc8c22dc4 100644 --- a/releases/next/docs/scrollview.html +++ b/releases/next/docs/scrollview.html @@ -36,9 +36,7 @@ true.
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
(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.
When true, momentum events will be sent from Android -This is internal and set automatically by the framework if you have -onMomentumScrollBegin or onMomentumScrollEnd set on your ScrollView
When true, the scroll view bounces horizontally when it reaches the end +Only supported on Android 5.0+, has no effect on earlier versions.
When true, the scroll view bounces horizontally when it reaches the end
even if the content is smaller than the scroll view itself. The default
value is true when horizontal={true} and false otherwise.
When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. The default