Problems with APK generated from detached app (can't load JS bundle)

From the docs:

Your ExpoKit project is configured to load your app’s published url when you build it for release. So when you want to release it, don’t forget to publish, like with any normal (non-ExpoKit) project.

Basically I detached my app last week and added some native dependencies. It’s all working fine during development, though when I deploy it (android) it seems it cant load the bundle from the published URL.
And yes, I’ve published the latest version to my expo project.

In the apk generated I can open it, see my splash screen, and then expo’s blue screen “Something went wrong. Sorry about that. Press the reload button to try again.”

Any idea what I might be missing?

Thanks!

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.