You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATAL EXCEPTION: create_react_context
Process: com.app, PID: 24350
java.lang.RuntimeException: Unable to load script. Make sure you're either running Metro (run 'react-native start') or that your bundle 'index.android.bundle' is packaged correctly for release.
at com.facebook.react.bridge.CatalystInstanceImpl.jniLoadScriptFromAssets(Native Method)
at com.facebook.react.bridge.CatalystInstanceImpl.loadScriptFromAssets(CatalystInstanceImpl.java:2)
at com.facebook.react.bridge.JSBundleLoader$1.loadScript(JSBundleLoader.java:1)
at com.facebook.react.bridge.CatalystInstanceImpl.runJSBundle(CatalystInstanceImpl.java:3)
at com.facebook.react.n.s(ReactInstanceManager.java:37)
at com.facebook.react.n.c(ReactInstanceManager.java:1)
at com.facebook.react.n$f.run(ReactInstanceManager.java:12)
at java.lang.Thread.run(Thread.java:923)
Reproducible demo or steps to reproduce from a blank project
Generate app-bundle using eas build --platform android --profile=production --clear-cache --local
The text was updated successfully, but these errors were encountered:
Build/Submit details page URL
https://expo.dev/accounts/urbendo/projects/urbendo/submissions/f4df9959-53a4-4b2d-b82d-c0c2028c3560
Summary
When I submit the app to Playstore using eas cli, the download works fine.
But the app crashes immediately on startup.
I have seen a similar error and it seems to be related to Fastlane.
Managed or bare?
bare
Environment
EAS CLI 0.42.4 environment info:
System:
OS: Linux 5.13 Ubuntu 21.10 21.10 (Impish Indri)
Shell: 5.8 - /usr/bin/zsh
Binaries:
Node: 14.18.1 - ~/.nvm/versions/node/v14.18.1/bin/node
Yarn: 1.22.17 - ~/.nvm/versions/node/v14.18.1/bin/yarn
npm: 8.3.0 - ~/.nvm/versions/node/v14.18.1/bin/npm
Utilities:
Git: 2.32.0 - /usr/bin/git
npmPackages:
expo: ^44.0.3 => 44.0.3
react: 17.0.1 => 17.0.1
react-native: 0.64.3 => 0.64.3
npmGlobalPackages:
eas-cli: 0.42.4
expo-cli: 5.0.3
Project workflow: generic
Error output
FATAL EXCEPTION: create_react_context
Process: com.app, PID: 24350
java.lang.RuntimeException: Unable to load script. Make sure you're either running Metro (run 'react-native start') or that your bundle 'index.android.bundle' is packaged correctly for release.
at com.facebook.react.bridge.CatalystInstanceImpl.jniLoadScriptFromAssets(Native Method)
at com.facebook.react.bridge.CatalystInstanceImpl.loadScriptFromAssets(CatalystInstanceImpl.java:2)
at com.facebook.react.bridge.JSBundleLoader$1.loadScript(JSBundleLoader.java:1)
at com.facebook.react.bridge.CatalystInstanceImpl.runJSBundle(CatalystInstanceImpl.java:3)
at com.facebook.react.n.s(ReactInstanceManager.java:37)
at com.facebook.react.n.c(ReactInstanceManager.java:1)
at com.facebook.react.n$f.run(ReactInstanceManager.java:12)
at java.lang.Thread.run(Thread.java:923)
Reproducible demo or steps to reproduce from a blank project
Generate app-bundle using
eas build --platform android --profile=production --clear-cache --local
The text was updated successfully, but these errors were encountered: