Error: "Unrecognized font family"
I cannot for the life of me figure out why my custom fonts are not being recognized.
I have done the following:
- Add custom font files in assets/fonts folder. I tried multiple different fonts.
- Create react-native.config.js file with "assets": ['./assets/fonts']
- Pod deintegrate / pod install
- npx react-native-asset
- Update the plist values in xcode to point to the fonts
*I am running react-native 0.71.5