Home
last modified time | relevance | path

Searched defs:bundleUrl (Results 1 – 25 of 28) sorted by relevance

12

/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentDBObject.kt5 class ExponentDBObject(var manifestUrl: String, var manifest: Manifest, var bundleUrl: String) variable in host.exp.exponent.storage.ExponentDBObject
H A DExperienceDBObject.kt12 @Column var bundleUrl: String? = null, variable in host.exp.exponent.storage.ExperienceDBObject
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsBaseLegacyManifest.m38 - (NSString *)bundleUrl { method
H A DABI48_0_0EXManifestsNewManifest.m67 - (NSString *)bundleUrl { method
/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsBaseLegacyManifest.m38 - (NSString *)bundleUrl { method
H A DABI47_0_0EXManifestsNewManifest.m67 - (NSString *)bundleUrl { method
/expo/packages/expo-manifests/ios/EXManifests/
H A DBaseLegacyManifest.swift28 public override func bundleUrl() -> String { in bundleUrl() function
H A DNewManifest.swift72 public override func bundleUrl() -> String { in bundleUrl() function
H A DManifest.swift118 public func bundleUrl() -> String { in bundleUrl() function
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DBaseLegacyManifest.swift28 public override func bundleUrl() -> String { in bundleUrl() function
H A DNewManifest.swift72 public override func bundleUrl() -> String { in bundleUrl() function
H A DManifest.swift118 public func bundleUrl() -> String { in bundleUrl() function
/expo/packages/@expo/cli/src/start/server/middleware/
H A DManifestMiddleware.ts202 const bundleUrl = this._getBundleUrl({ constant
376 const bundleUrl = this.getWebBundleUrl(); constant
H A DExpoGoManifestHandlerMiddleware.ts102 const { exp, hostUri, expoGoConfig, bundleUrl } = constant
/expo/packages/expo-updates/ios/EXUpdates/Update/
H A DNewUpdate.swift30 let bundleUrl = URL(string: bundleUrlString).require("launchAsset.url should be a valid URL") variable
H A DLegacyUpdate.swift55 …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 DNewUpdate.swift30 let bundleUrl = URL(string: bundleUrlString).require("launchAsset.url should be a valid URL") variable
H A DLegacyUpdate.swift55 …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 Dupdate.ts30 const bundleUrl = testUpdateBundlesJson[notifyString][platform]; constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/
H A DLegacyUpdateManifest.kt117 val bundleUrl = Uri.parse(manifest.getBundleURL()) in fromLegacyManifest() constant
/expo/tools/src/commands/
H A DPublishProdExpoHomeCommand.ts142 const bundleUrl = manifest.launchAsset.url; constant
/expo/packages/@expo/cli/src/start/server/metro/
H A DMetroBundlerDevServer.ts192 const bundleUrl = new URL(devBundleUrlPathname, this.getDevServerUrl()!); constant
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt81 val bundleUrl = ExponentUrls.toHttp(manifest.getBundleURL()) in loadApp() constant
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt86 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 Dkernel-manifest.json1 …/Exponent/Supporting/kernel.ios.bundle"},"icon":"https://s3.amazonaws.com/exp-brand-assets/Exponen…

12