UNPKG

expo-font

Version:

Load fonts at runtime and use them in React Native components.

3 lines (2 loc) 174 B
export declare function toValidAndroidResourceName(value: string): string; export declare function resolveFontPaths(fonts: string[], projectRoot: string): Promise<string[]>;