react-native 遇到的字体加载不出来的问题
排查了很久,终于解决了。。。实测管用
1.问题截图:
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:
https://github.com/oblador/react-native-vector-icons/issues/965#issuecomment-547649424