UNPKG

expo-font-weights

Version:

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

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