美文网首页
React Native 项目 Module `react-na

React Native 项目 Module `react-na

作者: jinrui_w | 来源:发表于2019-03-24 14:52 被阅读0次

    问题描述:
    最近遇到了好几次这个问题,都是在安装完新的插件后发生的,提示之前安装的插件出了问题。

    Module `react-native-*` does not exist in the Haste module
    

    解决办法:

    首先,运行npm install react-native-* -save( 注意: react-native-* 为插件名称)
    然后,关闭下图窗口并运行 yarn start --reset-cache or npm start --reset-cache

    image

    最后,点击模拟器上的RELOAD.

    参考地址:

    https://github.com/facebook/react-native/issues/4968

    https://github.com/facebook/react-native/issues/19019

    相关文章

      网友评论

          本文标题:React Native 项目 Module `react-na

          本文链接:https://www.haomeiwen.com/subject/kyjuvqtx.html