当我使用Expo Go或开发版本打开应用程序时,我会看到启动屏幕,但之后什么也没有发生。等待几分钟后,我尝试按Ctrl + c
停止服务器,收到如下所示的错误消息。然而,1-2秒后,出现以下错误,应用程序突然关闭。
我使用以下命令创建了开发版本:
$ npx expo prebuild --clean --yarn
$ npx expo run:android --variant debug
值得一提的是,在Android发布版本和Web版本中,一切都运行得很好!
我正在使用:
- Expo SDK 49
- 网络路由器2.0.0
- @react-navigation/drawer 6.6.4
- react-native-reanimated 3.3.0
1条答案
按热度按时间atmip9wb1#
我运行
yarn add @expo/metro-config
,然后将metro.config.js
更改为:然后使用
npx expo run:android --variant debug
重新构建项目