Image#testID

testID string A unique identifier for this element to be used in UI Automation testing scripts.

Image#style

style style Flexbox... ShadowPropTypesIOS#style... Transforms... backfaceVisibility enum('visible', 'hidden') backgroundColor color borderBottomLeftRadius number borderBottomRightRadius number borderColor color borderRadius number borderTopLeftRadius number borderTopRightRadius number borderWidth number opacity number overflow enum('visible', 'hidden') resizeMode Object.keys(ImageResizeMode) tintColor color Changes the color of all the non-transparent pixels to the tintColor. an

Image#source

source ImageSourcePropType The image source (either a remote URL or a local file resource).

Image#resizeMode

resizeMode enum('cover', 'contain', 'stretch') Determines how to resize the image when the frame doesn't match the raw image dimensions. 'cover': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or larger than the corresponding dimension of the view (minus padding). 'contain': Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal t

Image#onLoadStart

onLoadStart function Invoked on load start

Image#onProgress

iosonProgress function Invoked on download progress with {nativeEvent: {loaded, total}}

Image#onLoad

onLoad function Invoked when load completes successfully

Image#onLayout

onLayout function Invoked on mount and layout changes with {nativeEvent: {layout: {x, y, width, height}}}.

Image#onLoadEnd

onLoadEnd function Invoked when load either succeeds or fails

Image#defaultSource

iosdefaultSource {uri: string, width: number, height: number, scale: number}, number A static image to display while loading the image source.