Packaging detached app with latest js bundle

I’ve looked up this issue, and i found out that In Android, user can’t get the latest app packaged for expo.

when i was using exp build:android for release, I’ve got the latest version of my code.

but it seems not working on detached / generate signed APK.

need help

Just so I understand the problem:

  • You’re detaching and building an APK
  • This APK doesn’t include a snapshot of the code and you need to load the code over the air on first load?

Is that what you’re seeing?

yes I want to get the most current code and detached release isn’t loading the correct one

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