UNPKG

expo-font

Version:

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

4 lines (2 loc) 128 B
import { FontProps as Props } from './withFonts'; export default (props: Props = {}): [string, Props] => ['expo-font', props];