Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • I don't have react-native-config.js file by default in my project. Should I manually create that? Should it be put under root of my react-native project? Commented Dec 7, 2020 at 11:08
  • stackoverflow.com/questions/57130259/… This says I should create react-native.config.js instead of react-native-config.js. I tried that & the steps in your answer, I still get the same error at runtime. Commented Dec 7, 2020 at 11:16
  • And my react-native version is 0.62.2, do I still need to manually link the font with the command react-native link? Commented Dec 7, 2020 at 11:22
  • Sorry, yes it is react-native.config.js you could rename it also if you don't have a file you can create it, and lastly font will not link automatically even your version is greater then 0.60 so for linking fonts or other assets you have to run the react-native link Commented Dec 7, 2020 at 12:38