How can I include everything in my xcode archive so I don't have to download a remote JS bundle?

I have a detached expo project - and I’m able to build my archive/upload it to TestFlight perfectly fine.

What I need to do at this point would seem relatively simple - I do not want to use Expo’s hosted JS deployment. I would like the current JS build to be included in my archive like it would in a vanilla react native application.

Is there any way to do this or do I need to migrate away from ExpoKit as well?

I’ve already disabled updates with ‘updates’.‘enabled’: false, but you still need to be connected to the internet to retrieve the first js bundle after app install.

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