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

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

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

1.问题截图:

react-native Unrecognized font family 'xxx'(已解决)_第1张图片

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:

https://github.com/oblador/react-native-vector-icons/issues/965#issuecomment-547649424

你可能感兴趣的:(react)