testID string A unique identifier for this element to be used in UI Automation testing scripts.
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
source ImageSourcePropType The image source (either a remote URL or a local file resource).
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
onLoadStart function Invoked on load start
iosonProgress function Invoked on download progress with {nativeEvent: {loaded, total}}
onLoad function Invoked when load completes successfully
onLayout function Invoked on mount and layout changes with {nativeEvent: {layout: {x, y, width, height}}}.
onLoadEnd function Invoked when load either succeeds or fails
iosdefaultSource {uri: string, width: number, height: number, scale: number}, number A static image to display while loading the image source.
Page 50 of 64