[RN] React Native 错误 Module does not exist in the module map

React Native 错误 Module does not exist in the module map

 

代码如下:

  • import Login from 'login'
  • import Index from 'index'

 

解决方法:

导入自己写的js一定不要忘了写‘./’,否则会以为引入的是modules...

 

改为:

import Login from './login'
import Index from './index'

 

本博客地址: wukong1688

本文原文地址:https://www.cnblogs.com/wukong1688/p/10939453.html

转载请著名出处!谢谢~~

 

posted @ 2019-05-28 18:29  wukong1688  阅读(1018)  评论(0编辑  收藏  举报