score:2

Accepted answer

i had same issue not quite long, running react-native links will give you error. if you are using yarn simply run:

  1. yarn remove react-native
  2. yarn add react-native
  3. then run react-native link

this fixed it for me.

score:1

in case anyone runs across this, this is how i fixed the react-native linking issue w/ uiappfonts:

# regenerates ios files
react-native upgrade

# works now
react-native link

basically, it's pretty similar to the answer that matt posts above, except i didn't know how to restore it.

score:2

i had this problem and in my case it was because i had renamed the project but forgotten to update newname in a few folders and files.

score:3

i had this exact same problem. i had accidentally deleted by info.plist file in my ios directory. restoring it, fixed my issue.


Related Query

More Query from same tag