Is it possible to bundle all js and assets into the apk without requiring to be downloaded from a URL

I am very new to expo and using this first time to build an app. My app is almost ready for deployment. But instead of loading index.bundle.js and assets from url, I want to be able to bundle within the apk and resolve it locally. Is it possible without ejecting?

Expo CLI 3.21.13 environment info:
System:
OS: Linux 4.15 Ubuntu 20.04 LTS (Focal Fossa)
Shell: 5.0.16 - /bin/bash
Binaries:
Node: 12.16.1 - ~/.nvm/versions/node/v12.16.1/bin/node
Yarn: 1.22.4 - /usr/bin/yarn
npm: 6.13.4 - ~/.nvm/versions/node/v12.16.1/bin/npm
npmPackages:
@expo/webpack-config: ^0.12.12 => 0.12.12
expo: ~37.0.9 => 37.0.12
react: ~16.9.0 => 16.9.0
react-dom: ~16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz => 0.61.4
react-native-web: ~0.11.7 => 0.11.7
npmGlobalPackages:
expo-cli: 3.21.13

I realised, bundles are in the apk after standalone build. My bad. :sweat_smile:

No worries. Glad you were able to get to figure things out. Sorry we didn’t get a response to you for your initial question!

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