Comment on page
Image
This component displays an image, which can come from a local source or from the network. It supports JPEG, GIF and PNG formats.
- Flexbox Styles
- View Styles
- Transform Styles
Name | Type | Description |
accessibilityLabel | string |
|
headers | {[headerName: string]: string} |
|
onError | (err?: Error) => void |
|
onLoad | (size: Dimensions) => void |
|
resizeMethod | 'auto' | 'resize' | 'scale' |
|
resizeMode | 'stretch' | 'contain' | 'cover' | 'auto' | 'repeat' |
|
source | string |
|
style | ImageStyleRuleSet | ImageStyleRuleSet[ ] |
|
testId | string |
|
title | string |
|
Last modified 3yr ago