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.
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).
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).
A unique identifier for this element to be used in UI Automation testing scripts.
The text that's read by the screen reader when the user interacts with the image.
When true, indicates the image is an accessibility element.
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.
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.
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
When true, the scroll view bounces horizontally when it reaches the end +true.
When true, shows a horizontal scroll indicator.
When true, shows a vertical scroll indicator.
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 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).
Used to locate this view in end-to-end tests. NB: disables the 'layout-only +(or one of its superviews).
Used to locate this view in end-to-end tests. NB: disables the 'layout-only view removal' optimization for this view!
Indicates to accessibility services to treat UI component like a native one. Works for Android only.
Indicates to accessibility services whether the user should be notified when this view changes. Works for Android API >= 19 only.