BlazeImage
The BlazeImage interface is responsible for managing the image.
Properties
imageName
iOS
This is the image's actual name and used by iOS to load the font.
Android
This indicates the file name of the image within the android/app/res/drawable folder, utilized by Android.
Initialization
interface BlazeImage {
imageName?: string;
}Updated about 2 months ago
Did this page help you?
