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