Bundle js in detached app

Hi,
I read a lot of topics in this forum about that but I got some confusion, some information looks outdated…

I want to bundle the js in my detached app, in this way I can use the application offline on the first load.
I tried with iOS but it doesn’t work!
This my configuration:

  • Expo 25.0.0
  • ExpoKit ios-v2.3.3

If I install the application, turn off wifi and mobile data and launch the app, this show the splash screen and nothing else…

Is there a way to bundle the js into the build and use it completely offline?

Hi @lucapau - To do this, first publish your JS project (exp publish or Publish in XDE) and then build your standalone app, which should download and embed the published JS.

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