React native (Expo) 项目展示 "cant find variable : require"

React native (Expo) project shows "cant find variable : require"

我是一名中级 React 开发人员。 直到一天早上,我才 运行 和平地使用我的 React 本机应用程序,没有任何问题,我没有更改我的代码库中的任何内容,但是当我尝试通过 expo 客户端 运行 该应用程序时,它开始显示错误截图。

这个平台我查了又查,没有一个解决方案。

我目前正在使用 expo sdk 43(托管工作流)请帮忙...这是我第一次在这里发帖。

这是下面的错误;

Can't find variable: require


http://127.0.0.1:19000/node_modules/expo/AppEntry.bundle?platform=android&dev=true&hot=false&minify=false:5:24.globalcode@http://127.0.0.1:19000/node_modules /expo/AppEntry.bundle?platform=android&dev=true& hot=false&minify=false:720:3.

Click here for the screenshot of the error

我修好了。

看看我做了什么, 我使用“expo init”创建了一个新的 expo 项目

然后将我的所有文件复制到新项目中“除了 node_modules 和 .expo 文件夹”。

然后我运行“npm install”

中提琴!!!现在一切正常

注意:我试过一遍又一遍地删除“node_modules”,但它没有用。

唯一可行的方法是开始一个新项目并执行上述步骤。