UNPKG

expo-font-weights

Version:

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

4 lines (3 loc) 154 B
import { ConfigPlugin } from 'expo/config-plugins'; import type { Font } from './withFonts'; export declare const withFontsAndroid: ConfigPlugin<Font[]>;