| /expo/ios/versioned/sdk48/EXManifests/EXManifests/ |
| H A D | ABI48_0_0EXManifestsLegacyManifest.m | 25 - (nullable NSString *)bundleKey { method 26 return [self.rawManifestJSON nullableStringForKey:@"bundleKey"];
|
| H A D | ABI48_0_0EXManifestsLegacyManifest.h | 14 - (nullable NSString *)bundleKey;
|
| /expo/ios/versioned/sdk47/EXManifests/EXManifests/ |
| H A D | ABI47_0_0EXManifestsLegacyManifest.m | 25 - (nullable NSString *)bundleKey { method 26 return [self.rawManifestJSON nullableStringForKey:@"bundleKey"];
|
| H A D | ABI47_0_0EXManifestsLegacyManifest.h | 14 - (nullable NSString *)bundleKey;
|
| /expo/packages/expo-updates/ios/EXUpdates/Update/ |
| H A D | NewUpdate.swift | 34 let bundleKey: String? = launchAsset.optionalValue(forKey: "key") variable 36 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.EXUpdatesEmbeddedBundleFil… 40 jsBundleAsset.extraRequestHeaders = bundleKey.let { it in
|
| H A D | BareUpdate.swift | 30 let bundleKey = String(format: "bundle-%@", updateId) variable 31 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.EXUpdatesBareEmbeddedBundl…
|
| H A D | LegacyUpdate.swift | 59 let bundleKey = manifest.bundleKey() variable 60 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.EXUpdatesEmbeddedBundleFil…
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/ |
| H A D | NewUpdate.swift | 34 let bundleKey: String? = launchAsset.optionalValue(forKey: "key") variable 36 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.ABI49_0_0EXUpdatesEmbedded… 40 jsBundleAsset.extraRequestHeaders = bundleKey.let { it in
|
| H A D | BareUpdate.swift | 30 let bundleKey = String(format: "bundle-%@", updateId) variable 31 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.ABI49_0_0EXUpdatesBareEmbe…
|
| H A D | LegacyUpdate.swift | 59 let bundleKey = manifest.bundleKey() variable 60 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.ABI49_0_0EXUpdatesEmbedded…
|
| /expo/packages/expo-manifests/ios/EXManifests/ |
| H A D | LegacyManifest.swift | 23 public func bundleKey() -> String? { in bundleKey() function
|
| /expo/ios/versioned/sdk49/EXManifests/EXManifests/ |
| H A D | LegacyManifest.swift | 23 public func bundleKey() -> String? { in bundleKey() function
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/ |
| H A D | BareUpdateManifest.kt | 39 val bundleKey = "bundle-$mId" in <lambda>() constant 40 val bundleAssetEntity = AssetEntity(bundleKey, "js").apply { in <lambda>()
|
| H A D | LegacyUpdateManifest.kt | 46 val bundleKey = manifest.getBundleKey() in <lambda>() constant 48 AssetEntity(bundleKey, "js").apply { in <lambda>()
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Update/ |
| H A D | ABI48_0_0EXUpdatesLegacyUpdate.m | 70 NSString *bundleKey = manifest.bundleKey ?: nil; 71 …ABI48_0_0EXUpdatesAsset *jsBundleAsset = [[ABI48_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
|
| H A D | ABI48_0_0EXUpdatesNewUpdate.m | 49 NSString *bundleKey = launchAsset[@"key"]; 51 …ABI48_0_0EXUpdatesAsset *jsBundleAsset = [[ABI48_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty… 55 jsBundleAsset.extraRequestHeaders = [assetHeaders nullableDictionaryForKey:bundleKey];
|
| H A D | ABI48_0_0EXUpdatesBareUpdate.m | 40 NSString *bundleKey = [NSString stringWithFormat:@"bundle-%@", updateId]; 41 …ABI48_0_0EXUpdatesAsset *jsBundleAsset = [[ABI48_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Update/ |
| H A D | ABI47_0_0EXUpdatesLegacyUpdate.m | 70 NSString *bundleKey = manifest.bundleKey ?: nil; 71 …ABI47_0_0EXUpdatesAsset *jsBundleAsset = [[ABI47_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
|
| H A D | ABI47_0_0EXUpdatesNewUpdate.m | 49 NSString *bundleKey = launchAsset[@"key"]; 51 …ABI47_0_0EXUpdatesAsset *jsBundleAsset = [[ABI47_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty… 55 jsBundleAsset.extraRequestHeaders = [assetHeaders nullableDictionaryForKey:bundleKey];
|
| H A D | ABI47_0_0EXUpdatesBareUpdate.m | 40 NSString *bundleKey = [NSString stringWithFormat:@"bundle-%@", updateId]; 41 …ABI47_0_0EXUpdatesAsset *jsBundleAsset = [[ABI47_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
|
| /expo/packages/expo-manifests/ios/Tests/ |
| H A D | LegacyManifestSpec.swift | 27 expect(manifest.bundleKey()).to(beNil()) in spec()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | Kernel.kt | 307 val bundleKey = manifest.getLaunchAsset().getString("key") in <lambda>() constant in host.exp.exponent.kernel.Kernel 309 map[bundleKey] ?: JSONObject() in <lambda>()
|
| /expo/packages/@expo/cli/src/graphql/ |
| H A D | generated.ts | 842 bundleKey: Scalars['String'];
|
| /expo/home/graphql/ |
| H A D | types.ts | 3849 bundleKey: Scalars['String'];
|