Custom fonts aren’t being recognized in my React Native project

I've been trying to add a custom .ttf font in my React Native project but Metro keeps telling me it's an "Unrecognized font family" in the iOS simulator.

I followed an article where I created a Font group in Xcode, added the font files there, updated my Info.plist file with the fonts to use, and tried restarting my React Native build. This also didn't work.

I’ve checked my Info.plist file and the names there match the filenames of the fonts (which matches the postscripts just to be safe). I know this isn’t a React Native forum, but what could be causing my fonts to not be working with iOS?

Custom fonts aren’t being recognized in my React Native project
 
 
Q