Error: Cannot read property 'UIAppFonts' of null
I had same issue not quite long, running react-native links
will give you error.
If you are using yarn simply run:
yarn remove react-native
yarn add react-native
- Then run
react-native link
This fixed it for me.
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.
I had this exact same problem. I had accidentally deleted by Info.plist
file in my ios directory. Restoring it, fixed my issue.