如何修复"unable to resolve module expo module does not exist in the haste module map"



我正在开发一个反应原生应用程序,我用

react-native init MyApp

我导入了线性渐变

import { LinearGradient } from 'expo'

我收到此错误:

unable to resolve from "/Project/Nav/App.js". 
Module expo module does not exist in the haste module map

我尝试删除node_modules文件夹并再次安装所有软件包,但错误仍然存在,我还清理了iOS构建文件夹,但相同的错误再次出现

创建项目

`react-native init MyApp`  

expo cli 命令是

`expo init MyApp` 

确保您已安装全球世博会

npm install -g expo-cli

相关内容

  • 没有找到相关文章

最新更新