From 1baa803fb2790facfcde9c23d47598ab178e7cee Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 11 Oct 2017 21:30:23 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/scrollview.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.

style?: style #

backfaceVisibility enum('visible', 'hidden')
backgroundColor color
borderBottomColor color
borderBottomLeftRadius number
borderBottomRightRadius number
borderBottomWidth number
borderColor color
borderLeftColor color
borderLeftWidth number
borderRadius number
borderRightColor color
borderRightWidth number
borderStyle enum('solid', 'dotted', 'dashed')
borderTopColor color
borderTopLeftRadius number
borderTopRightRadius number
borderTopWidth number
borderWidth number
opacity number
androidelevation number

(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.

androidendFillColor?: color #

Sometimes a scrollview takes up more space than its content fills. When this is +with horizontal={true}.

androidendFillColor?: color #

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.

androidoverScrollMode?: enum('auto', 'always', 'never') #

Used to override default value of overScroll mode.

Possible values:

  • 'auto' - Default value, allow a user to over-scroll