I have a font saman.ttf https://www.dafont.com/samarkan.font in my project. The font is working fine with android but on ios throwing this error. I tried all the things mentioned in this link Unrecognized font family on iOS simulator with React Native and below things too
- cleaning the build.
- adding font file to info.plist
- font file included in the Target in XCode
- font file included in "Copy Bundle Resources"
- try changing file name to SAMAN___.TTF
Kindly help!