I made this package for those who don't want to introduce an extra "loading" state for their applications or having to go ahead and setup the splashscreen and Apploading components.
What this little helper tool does is:
- Grabs the fonts from Github.
- Puts them under assets/fonts.
- Renames the fonts to match apple postscript so you can have only one style
fontFamily
per platform (except web, maybe). - Optionally runs
react-native link
to link the assets, creating react-native.config.js if it doesn't exists (RN >= 60). - Creates a little guide on how to use the fresh downloaded fonts.
That's it.
npx react-native-get-google-font
.- Provide your font name (lowercase, check packages from expo-google-fonts).
- Create your github user token and add it on the terminal.
- Follow the wizard steps, and enjoy dead-simple font install.