GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

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;
}

Did this page help you?