From 7407828bb8474bebf1a8eb48123fc0fd2b6047f5 Mon Sep 17 00:00:00 2001
From: Travis CI
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}}