A way to load font files at runtime
npm install react-native-fonts-runtime-loaderA way to load font files at runtime
``sh`
npm install react-native-fonts-runtime-loader
`js
import { multiply } from 'react-native-fonts-runtime-loader';
// ...
const result = await multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library