SyntaxFix
Write A Post
Hire A Developer
Questions
For React Native version = 0.60, in your root file create a file called react-native.config.js and put the followings, then just run react-native link
react-native.config.js
react-native link
module.exports = { assets: ["./assets/fonts"] }