Open kendallroth opened 2 years ago
For me with .ttf files I think I had the same issue, but it worked when I changed to:
import * as Fonts from "../../assets/fonts/";
Hope this helps someone.
For me with .ttf files I think I had the same issue, but it worked when I changed to:
import * as Fonts from "../../assets/fonts/";
Hope this helps someone.
This works for me too, thanks a lot!
When attempting to use with React Native, I run into an error when attempting to import a bunch of JSON files. Even though the variable is very clearly defined, when I attempt to interact with it it fails gloriously 😄. It does not appear to be the actual import causing issues, but rather the interactions with it. Any ideas?
babel.config.js