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