react-native-fonts-runtime-loader
v0.3.23
Published
A way to load font files at runtime
Downloads
1,669
Readme
react-native-fonts-runtime-loader
A way to load font files at runtime
Installation
npm install react-native-fonts-runtime-loader
Usage
import { multiply } from 'react-native-fonts-runtime-loader';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library