When running react-native link
it gives this error,
It says,
rnpm-install ERR! It seems something went wrong while linking. Error: Cannot read property 'UIAppFonts' of null
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 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
react-native link
This fixed it for me.
I had this exact same problem. I had accidentally deleted by Info.plist
file in my ios directory. Restoring it, fixed my issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With