Ejected project not updating shell-app.bundle

Hello,
I have ejected my app to ExpoKit and set it to be offline only (updates.enabled is false), and configured assets bundle pattern like this:

“assetBundlePatterns”: [
“assets/**”
],

In iOS when running in “Debug” mode with the expo server in the background, everything works great. But when running in “Release” mode, or building an IPA from xcode, I don’t see the updates I have done. It’s like shell-app.bundle and all those files keeps like when I ejected the project.

I found that the only way to apply changes to a “Release” is publishing (exp publish) first. Is there any way I can avoid publishing but still regenerating the bundle files?

Thanks!

Kimi

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