react native react-native-vector-icons/Ionicons 出现 Unrecognized font family的错误

由于我是直接在真机上运行App的, 使用react-native-vector-icons库的时候会生成资源文件, 要使用命令重新编译资源文件, 才能正确的将资源导入到项目中.

打包: bundles资源 
react-native bundle --platform ios --entry-file index.js --bundle-output ./bundles/main.jsbundle --assets-dest ./bundles --dev false


react-native bundle --entry-file index.js --platform ios --dev false --bundle-output bundles/main.jsbundle --assets-dest bundles/

 

posted @ 2020-05-05 16:47  HHZZHH  阅读(486)  评论(0编辑  收藏  举报