react Unrecognized font family 'xxxx'(已解决)

327 阅读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

以下是问题解决github的issues:

github.com/oblador/rea…