REFERENCE URL
Download required fonts https://www.1001freefonts.com/gobold.font
1. Create an assets folder at the root of your project directory
2. Create a fonts folder within the assets folder and place your font files here
3. In your package.json specify where the custom fonts are located
"rnpm": {
"assets": [ "./assets/fonts/" ]
}
4. Next run the command react-native link
Download required fonts https://www.1001freefonts.com/gobold.font
1. Create an assets folder at the root of your project directory
2. Create a fonts folder within the assets folder and place your font files here
3. In your package.json specify where the custom fonts are located
"rnpm": {
"assets": [ "./assets/fonts/" ]
}
4. Next run the command react-native link
Comments
Post a Comment