From 22d1908fd6913642398c1bbb0f4d950b3879d5f5 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 14 Jan 2016 22:59:04 +0000 Subject: [PATCH] update website --- docs/image.html | 2 +- docs/scrollview.html | 2 +- docs/view.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/image.html b/docs/image.html index b5ee7e7a5b2..715386821dd 100644 --- a/docs/image.html +++ b/docs/image.html @@ -22,7 +22,7 @@ so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding).

'stretch': Scale width and height independently, This may change the aspect ratio of the src.

source {uri: string}, number #

uri is a string representing the resource identifier for the image, which could be an http address, a local file path, or the name of a static image -resource (which should be wrapped in the require('./path/to/image.png') function).

style style #

resizeMode Object.keys(ImageResizeMode)
backfaceVisibility enum('visible', 'hidden')
backgroundColor ColorPropType
borderColor ColorPropType
borderWidth number
borderRadius number
overflow enum('visible', 'hidden')
tintColor ColorPropType
opacity number

testID string #

A unique identifier for this element to be used in UI Automation +resource (which should be wrapped in the require('./path/to/image.png') function).

style style #

resizeMode Object.keys(ImageResizeMode)
backfaceVisibility enum('visible', 'hidden')
backgroundColor ColorPropType
borderColor ColorPropType
borderWidth number
borderRadius number
overflow enum('visible', 'hidden')
tintColor ColorPropType
opacity number

testID string #

A unique identifier for this element to be used in UI Automation testing scripts.

iosaccessibilityLabel string #

The text that's read by the screen reader when the user interacts with the image.

iosaccessible bool #

When true, indicates the image is an accessibility element.

ioscapInsets {top: number, left: number, bottom: number, right: number} #

When the image is resized, the corners of the size specified by capInsets will stay a fixed size, but the center content and borders diff --git a/docs/scrollview.html b/docs/scrollview.html index b2b76dba945..d3112227868 100644 --- a/docs/scrollview.html +++ b/docs/scrollview.html @@ -32,7 +32,7 @@ events can be controlled using the scrollEventThrottle prop.

See RefreshControl.

removeClippedSubviews bool #

Experimental: When true, offscreen child views (whose overflow value is hidden) are removed from their native backing superview when offscreen. This can improve scrolling performance on long lists. The default value is -true.

showsHorizontalScrollIndicator bool #

When true, shows a horizontal scroll indicator.

showsVerticalScrollIndicator bool #

When true, shows a vertical scroll indicator.

style style #

backfaceVisibility enum('visible', 'hidden')
backgroundColor ColorPropType
borderColor ColorPropType
borderTopColor ColorPropType
borderRightColor ColorPropType
borderBottomColor ColorPropType
borderLeftColor ColorPropType
borderRadius number
borderTopLeftRadius number
borderTopRightRadius number
borderBottomLeftRadius number
borderBottomRightRadius number
borderStyle enum('solid', 'dotted', 'dashed')
borderWidth number
borderTopWidth number
borderRightWidth number
borderBottomWidth number
borderLeftWidth number
opacity number
overflow enum('visible', 'hidden')
shadowColor ColorPropType
shadowOffset {width: number, height: number}
shadowOpacity number
shadowRadius number
elevation number

iosalwaysBounceHorizontal bool #

When true, the scroll view bounces horizontally when it reaches the end +true.

showsHorizontalScrollIndicator bool #

When true, shows a horizontal scroll indicator.

showsVerticalScrollIndicator bool #

When true, shows a vertical scroll indicator.

style style #

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

iosalwaysBounceHorizontal bool #

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.

iosalwaysBounceVertical bool #

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 diff --git a/docs/view.html b/docs/view.html index cde177f6a54..bbcc3e57b2b 100644 --- a/docs/view.html +++ b/docs/view.html @@ -38,7 +38,7 @@ for scrolling content when there are many subviews, most of which are offscreen. For this property to be effective, it must be applied to a view that contains many subviews that extend outside its bound. The subviews must also have overflow: hidden, as should the containing view -(or one of its superviews).

style style #

backfaceVisibility enum('visible', 'hidden')
backgroundColor ColorPropType
borderColor ColorPropType
borderTopColor ColorPropType
borderRightColor ColorPropType
borderBottomColor ColorPropType
borderLeftColor ColorPropType
borderRadius number
borderTopLeftRadius number
borderTopRightRadius number
borderBottomLeftRadius number
borderBottomRightRadius number
borderStyle enum('solid', 'dotted', 'dashed')
borderWidth number
borderTopWidth number
borderRightWidth number
borderBottomWidth number
borderLeftWidth number
opacity number
overflow enum('visible', 'hidden')
shadowColor ColorPropType
shadowOffset {width: number, height: number}
shadowOpacity number
shadowRadius number
elevation number

testID string #

Used to locate this view in end-to-end tests. NB: disables the 'layout-only +(or one of its superviews).

style style #

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

testID string #

Used to locate this view in end-to-end tests. NB: disables the 'layout-only view removal' optimization for this view!

androidaccessibilityComponentType AccessibilityComponentType #

Indicates to accessibility services to treat UI component like a native one. Works for Android only.

androidaccessibilityLiveRegion enum('none', 'polite', 'assertive') #

Indicates to accessibility services whether the user should be notified when this view changes. Works for Android API >= 19 only.