在React Native iOS中添加自定义字体系列

时间:2017-12-28 15:46:36

标签: ios xcode reactjs react-native

我想在iOS上的React Native App上添加自定义字体系列。我对Android没有任何问题,但我在iOS中遇到了错误:

  

无法识别的字体系列' dinproRegular'

我已使用this link设置我的字体,但没有结果。

文件名:dinproRegular.ttf

调用react-native:fontFamily: "dinproRegular" // Test with "Dinpro Regular" too

没有结果:(

有人有想法吗?

2 个答案:

答案 0 :(得分:1)

只需检查当前安装在Ios或Android中的字体:

https://github.com/react-native-training/react-native-fonts

如果您想添加自定义字体:

https://medium.com/@danielskripnik/how-to-add-and-remove-custom-fonts-in-react-native-b2830084b0e4

希望它有所帮助!

答案 1 :(得分:0)

在 iOS 中,你可以看到你应该在代码中使用什么字体名称来让它工作 在 AppDelegate.m 中使用以下代码获取您的应用支持的所有字体名称。

auth