The name of the image bundled with your app.
On iOS, add the image to the asset catalogs(Images.xcassets, Assets.xcassets etc.).
On Android, add the drawable to res/drawable and pass its name without the file extension.
OptionalsystemImageName
systemImageName?:string
The system image name.
Only supported on iOS.
OptionaltintColor
tintColor?:string
The tint color of the image, such as #c0c0c0.
On iOS, this applies only to system images.
The name of the image bundled with your app. On iOS, add the image to the asset catalogs(Images.xcassets, Assets.xcassets etc.). On Android, add the drawable to res/drawable and pass its name without the file extension.