美文网首页
新创建的RN发生的问题

新创建的RN发生的问题

作者: Happy_qaq | 来源:发表于2018-09-29 18:12 被阅读0次
Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module `@babel/runtime/helpers/interopRequireDefault` from `/Users/yingnuosen/MyApp/index.js`: Module `@babel/runtime/helpers/interopRequireDefault` does not exist in the Haste module map

解决方法:yarn add @babel/runtime  

新版本创建不会添加babel/runtime库 需要自己手动添加

感谢大神(金刀客)

相关文章

网友评论

      本文标题:新创建的RN发生的问题

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