UNPKG

expo-font

Version:

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

8 lines (5 loc) 147 B
import type { UseFontHook } from './Font.types'; export * from './Font'; export const useFonts: UseFontHook = () => { return [false, null]; };