react-native Unrecognized font family 'xxx'(已解决)

434 阅读1分钟

react-native 遇到的字体加载不出来的问题

排查了很久,终于解决了。。。实测管用

1.问题截图:

image.png

2.解决步骤:

yarn add react-native-vector-icons
yarn react-native link
cd ios && pod install && cd ..
yarn run ios 

如果用npm 上面的yarn换成npm就OK

3. successful,运行起来啦

在这里插入图片描述

以下是问题解决github的issues:

github.com/oblador/rea…