神坑React Native之react-native-vector-icons组件报错While resolving module `react-native-vector-icons/MaterialIcons`, the Haste package `react-native-vector-icons` was found. However the module `MaterialIcons` could not be found within the package的解决方案

react native项目中使用了大名鼎鼎的图标组件 react-native-vector-icons组件,但是今天测试的时候红屏报错:

error: bundling failed: Error: While resolving module `react-native-vector-icons/MaterialIcons`, the Haste package `react-native-vector-icons` was found. However the module `MaterialIcons` could not be found within the package. Indeed, none of these files exist

之前从来没遇到过这个错误,而且特意新建了新的react-native项目测试,问题依旧。去墙外搜索了一番,是react native最新版本(目前最新版是0.52)的问题,解决方法是:

删掉项目中这个文件 node_modules/react-native/local-cli/core/__fixtures__/files/package.json

参考链接:https://github.com/oblador/react-native-vector-icons/issues/626

关于博主
骨灰级博客玩家
国内第一批90后网站站长/程序员
做过七年前端讲师
目前从事锦鲤观赏鱼电商行业
鱼贝贝锦鲤创始人
文章列表
1
华为手机利用fastboot flash recovery_ramdisk **.img刷入的第三方recovery时提示“FAILED(remote:image verification error)”的解决方法
华为手机利用fastboot flash recovery_ramdisk **.img刷入的第三方recovery时提示“FAILED(remote:image verification error)”的解决方法
2
端午安康!博客进行了主题升级
端午安康!博客进行了主题升级
3
安卓recovery模式刷机过程中提示“updater 过程结束 标志11”错误的解决方法
安卓recovery模式刷机过程中提示“updater 过程结束 标志11”错误的解决方法
4
vue报错[Vue warn]: Unknown custom element: <mycom1> - did you register the component correctly? For recursive components, make sure to provide the "name" option.的解决方法
vue报错[Vue warn]: Unknown custom element: <mycom1> - did you register the component correctly? For recursive components, make sure to provide the "name" option.的解决方法
5
potplayer播放器没有声音的解决方案
potplayer播放器没有声音的解决方案
最新评论
比比拉布
比比拉布
5月7日
太感谢了!!!!!!找了这么多的教程,只有你点出来了关键点——设计视图!!!!
Jake
Jake
3月7日
Halo 啊~麻烦更新下我的博客地址,原名:Jing Blog。麻烦更新如下: Jake Blog(后缀可以省略,也可以保留,看哪个风格适合) 网址:htt
评论于关于博主