I am working on custom font in react-native but it's working absolutely fine in Android but in iOS is not working, error message is "Unrecognized font family".
iOS Font Family Setup Steps :
Copy-Pasted .ttf file in Resources
Info.plist -> Fonts provided by application -> AllerRegular.ttf
Project Clean and Build.
Resources:
Info.plist :
Error Message:
Stylesheet Code :
fonts_label: {
fontFamily: "AllerRegular",
fontSize: 12,
}
Please kindly go through the post and let me know.
Thanks