[RN] React Native 错误 Module does not exist in the module map
生活随笔
收集整理的這篇文章主要介紹了
[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
轉載請著名出處!謝謝~~
?
轉載于:https://www.cnblogs.com/wukong1688/p/10939453.html
總結
以上是生活随笔為你收集整理的[RN] React Native 错误 Module does not exist in the module map的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python_Day5_web开发(下)
- 下一篇: 游标使用