| /expo/android/expoview/src/main/java/host/exp/exponent/storage/ |
| H A D | ExponentDBObject.kt | 5 class ExponentDBObject(var manifestUrl: String, var manifest: Manifest, var bundleUrl: String) variable in host.exp.exponent.storage.ExponentDBObject
|
| H A D | ExperienceDBObject.kt | 12 @Column var bundleUrl: String? = null, variable in host.exp.exponent.storage.ExperienceDBObject
|
| /expo/ios/versioned/sdk48/EXManifests/EXManifests/ |
| H A D | ABI48_0_0EXManifestsBaseLegacyManifest.m | 38 - (NSString *)bundleUrl { method
|
| H A D | ABI48_0_0EXManifestsNewManifest.m | 67 - (NSString *)bundleUrl { method
|
| /expo/ios/versioned/sdk47/EXManifests/EXManifests/ |
| H A D | ABI47_0_0EXManifestsBaseLegacyManifest.m | 38 - (NSString *)bundleUrl { method
|
| H A D | ABI47_0_0EXManifestsNewManifest.m | 67 - (NSString *)bundleUrl { method
|
| /expo/packages/expo-manifests/ios/EXManifests/ |
| H A D | BaseLegacyManifest.swift | 28 public override func bundleUrl() -> String { in bundleUrl() function
|
| H A D | NewManifest.swift | 72 public override func bundleUrl() -> String { in bundleUrl() function
|
| H A D | Manifest.swift | 118 public func bundleUrl() -> String { in bundleUrl() function
|
| /expo/ios/versioned/sdk49/EXManifests/EXManifests/ |
| H A D | BaseLegacyManifest.swift | 28 public override func bundleUrl() -> String { in bundleUrl() function
|
| H A D | NewManifest.swift | 72 public override func bundleUrl() -> String { in bundleUrl() function
|
| H A D | Manifest.swift | 118 public func bundleUrl() -> String { in bundleUrl() function
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | ManifestMiddleware.ts | 202 const bundleUrl = this._getBundleUrl({ constant 376 const bundleUrl = this.getWebBundleUrl(); constant
|
| H A D | ExpoGoManifestHandlerMiddleware.ts | 102 const { exp, hostUri, expoGoConfig, bundleUrl } = constant
|
| /expo/packages/expo-updates/ios/EXUpdates/Update/ |
| H A D | NewUpdate.swift | 30 let bundleUrl = URL(string: bundleUrlString).require("launchAsset.url should be a valid URL") variable
|
| H A D | LegacyUpdate.swift | 55 …let bundleUrl = URL(string: bundleUrlString).require("Manifest JSON must have a valid URL as the b… variable
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/ |
| H A D | NewUpdate.swift | 30 let bundleUrl = URL(string: bundleUrlString).require("launchAsset.url should be a valid URL") variable
|
| H A D | LegacyUpdate.swift | 55 …let bundleUrl = URL(string: bundleUrlString).require("Manifest JSON must have a valid URL as the b… variable
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/ |
| H A D | update.ts | 30 const bundleUrl = testUpdateBundlesJson[notifyString][platform]; constant
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/ |
| H A D | LegacyUpdateManifest.kt | 117 val bundleUrl = Uri.parse(manifest.getBundleURL()) in fromLegacyManifest() constant
|
| /expo/tools/src/commands/ |
| H A D | PublishProdExpoHomeCommand.ts | 142 const bundleUrl = manifest.launchAsset.url; constant
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | MetroBundlerDevServer.ts | 192 const bundleUrl = new URL(devBundleUrlPathname, this.getDevServerUrl()!); constant
|
| /expo/android/expoview/src/main/java/host/exp/exponent/headless/ |
| H A D | InternalHeadlessAppLoader.kt | 81 val bundleUrl = ExponentUrls.toHttp(manifest.getBundleURL()) in loadApp() constant
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | Kernel.kt | 86 var bundleUrl: String? = null in <lambda>() variable in host.exp.exponent.kernel.Kernel.ExperienceActivityTask 292 private val bundleUrl: String? in <lambda>() constant in host.exp.exponent.kernel.Kernel 736 val bundleUrl = toHttp(manifest.getBundleURL()) in <lambda>() constant
|
| /expo/android/app/src/main/assets/ |
| H A D | kernel-manifest.json | 1 …/Exponent/Supporting/kernel.ios.bundle"},"icon":"https://s3.amazonaws.com/exp-brand-assets/Exponen…
|