expo运行:android错误:找不到本机模块'ExpoImage',js引擎:hermes`

问题描述 投票:0回答:1

不知道在网络上发生了什么,expo-image 已安装

  Error: Cannot find native module 'ExpoImage', js engine: hermes 
    at ContextNavigator (http://192.168.1.14:8081/node_modules/expo-router/entry.bundle//&platform=android&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=true&transform.routerRoot=app:149634:24)
    at ExpoRoot (http://192.168.1.14:8081/node_modules/expo-router/entry.bundle//&platform=android&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=true&transform.routerRoot=app:149590:28)
    at App
    at ErrorToastContainer (http://192.168.1.14:8081/node_modules/expo-router/entry.bundle//&platform=android&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=true&transform.routerRoot=app:335132:24)
    at ErrorOverlay
react-native expo expo-image-picker
1个回答
0
投票

我也有同样的问题

我在 Android 模拟器上重建并重新安装了该应用程序,然后它开始工作

我运行此命令来重建 eas build -

-platform android --profile development

当然,您需要选择适合您的平台和配置文件,更多信息可以在expo文档中找到https://docs.expo.dev/tutorial/eas/android-development-build/

此解决方案也适用于此https://github.com/expo/expo/issues/23304#issuecomment-1631529177

© www.soinside.com 2019 - 2024. All rights reserved.