其他分享
首页 > 其他分享> > react native react-native-vector-icons/Ionicons 出现 Unrecognized font family的错误

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/

 

标签:false,family,bundles,bundle,react,file,native
来源: https://www.cnblogs.com/huangZ-H/p/12831290.html