The image source (either a remote URL or a local file resource). The image source (either a remote URL or a local file resource).
The text that's read by the screen reader when the user interacts with the image. It is only for ios The text that's read by the screen reader when the user interacts with the image. It is only for ios
When true, indicates the image is an accessibility element. When true, indicates the image is an accessibility element.
blurRadius: the blur radius of the blur filter added to the image blurRadius: the blur radius of the blur filter added to the image
When the image is resized, the corners of the size specified by capInsets will stay a fixed size, but the center content and borders of the image will be stretched When the image is resized, the corners of the size specified by capInsets will stay a fixed size, but the center content and borders of the image will be stretched
Retrieve the width and height (in pixels) of an image prior to displaying it. This method can fail if the image cannot be found, or fails to download. Retrieve the width and height (in pixels) of an image prior to displaying it. This method can fail if the image cannot be found, or fails to download.
Invoked on load error with {nativeEvent: {error}}. Invoked on load error with {nativeEvent: {error}}.
Invoked on mount and layout changes with {nativeEvent: {layout: {x, y, width, height}}}. Invoked on mount and layout changes with {nativeEvent: {layout: {x, y, width, height}}}.
Invoked when load completes successfully. Invoked when load completes successfully.
Invoked when load either succeeds or fails. Invoked when load either succeeds or fails.
Invoked on load start. Invoked on load start.
Invoked when a partial load of the image is complete. The definition of what constitutes a "partial load" is loader specific though this is meant for progressive JPEG loads. Invoked when a partial load of the image is complete. The definition of what constitutes a "partial load" is loader specific though this is meant for progressive JPEG loads.
Invoked on download progress with {nativeEvent: {loaded, total}}. Invoked on download progress with {nativeEvent: {loaded, total}}.
Prefetches a remote image for later use by downloading it to the disk cache Prefetches a remote image for later use by downloading it to the disk cache
The mechanism that should be used to resize the image. when the image's dimensions differ from the image view's dimensions. Defaults to auto The mechanism that should be used to resize the image. when the image's dimensions differ from the image view's dimensions. Defaults to auto
Determines how to resize the image when the frame doesn't match the raw image dimensions Determines how to resize the image when the frame doesn't match the raw image dimensions
It is used to style the Image It is used to style the Image
A unique identifier for this element to be used in UI Automation testing scripts. It is only for android A unique identifier for this element to be used in UI Automation testing scripts. It is only for android
Generated using TypeDoc
key for others property.