diff --git a/docs/image.html b/docs/image.html index d1443b3f8a7..799771a2829 100644 --- a/docs/image.html +++ b/docs/image.html @@ -14,7 +14,7 @@ images from local disk, such as the camera roll.
Example usage:
Invoked on mount and layout changes with
-{nativeEvent: {layout: {x, y, width, height}}}.
Determines how to resize the image when the frame doesn't match the raw
+{nativeEvent: {layout: {x, y, width, height}}}.
Invoked when load completes successfully
Invoked when load either succeeds or fails
Invoked on load start
Determines how to resize the image when the frame doesn't match the raw image dimensions.
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('image!name') function).
A unique identifier for this element to be used in UI Automation @@ -24,7 +24,7 @@ by capInsets will stay a fixed size, but the center content and borders of the image will be stretched. This is useful for creating resizable rounded buttons, shadows, and other resizable assets. More info on Apple documentation
A static image to display while downloading the final image off the -network.
Invoked on load error with {nativeEvent: {error}}
Invoked when load completes successfully
Invoked when load either succeeds or fails
Invoked on load start
Invoked on download progress with {nativeEvent: {loaded, total}}
Invoked on load error with {nativeEvent: {error}}
Invoked on download progress with {nativeEvent: {loaded, total}}