Standalone apps should work without an internet connection, or if Expo's services are unavailable.
Android standalone apps already bundle a project's JavaScript and manifest, but static (image, font, etc.) assets are not bundled yet.
iOS standalone apps need to bundle everything (app manifest, JavaScript, assets) to support this feature.