Expo 35 - Error Loading Custom Fonts

Upgraded expo kit from 33 to 35 and got this error.

I ran into this issue as well.

Make sure you follow these exact steps:

  1. Delete your node_modules folder
  2. Delete your package-lock.json file
  3. Run npm install
  4. Run expo start -c to start up again