diff --git a/docs/image.html b/docs/image.html index 05bf2a9f385..5a20dedcb03 100644 --- a/docs/image.html +++ b/docs/image.html @@ -18,7 +18,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 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 +network.
Invoked on mount and layout changes with
{nativeEvent: { layout: {x, y, width, height}}}.
Invoked on load abort
Invoked on load error
{nativeEvent: { error}}.
Invoked on download progress with
{nativeEvent: { written, total}}.
Invoked on load start
Invoked on load end
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