-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot find symbol import expo.core.ExpoModulesPackage #2789
Comments
Confirming this also happens without Webview
|
I've got the same problem. |
Investigation
The EAS service build: ❌
|
@aeftimia so if you use pnpm too, maybe this approach you can try:
It solved my issue. |
Thanks! That worked for me too! |
Hi! Also had the issue, unfortunately adding If someone else is in the same situation: you can add in your app package.json:
That will help pnpm finds its way and make the native error disappear. |
Build/Submit details page URL
https://expo.dev/accounts/aeftimia/projects/app/builds/99af3b55-e014-4afe-bbbb-154a92ae3fde
Summary
I'm trying to deploy a minimal react-native-webview project, and eas build seems to fail with this error on
gradlew :app:bundleRelease
:I tried installing expo-modules-core as shown in my setup from a blank project. I'm new to this, but I've exhausted my options regarding what else I can find or think of to try.
Managed or bare?
bare
Environment
npx expo-env-info
npx expo-doctor
Error output
Execution failed for task ':app:compileReleaseJavaWithJavac'.
Reproducible demo or steps to reproduce from a blank project
App.js:
The text was updated successfully, but these errors were encountered: