Home
last modified time | relevance | path

Searched refs:bundledAssets (Results 1 – 25 of 36) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXScopedFileSystem/
H A DABI47_0_0EXScopedFileSystemModule.m15 constants[@"bundledAssets"] = [self bundledAssets] ?: [NSNull null];
19 - (NSArray<NSString *> *)bundledAssets
21 static NSArray<NSString *> *bundledAssets = nil;
35 bundledAssets = manifest[@"bundledAssets"];
37 return bundledAssets;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXScopedFileSystem/
H A DABI48_0_0EXScopedFileSystemModule.m15 constants[@"bundledAssets"] = [self bundledAssets] ?: [NSNull null];
19 - (NSArray<NSString *> *)bundledAssets
21 static NSArray<NSString *> *bundledAssets = nil;
35 bundledAssets = manifest[@"bundledAssets"];
37 return bundledAssets;
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXScopedFileSystem/
H A DABI49_0_0EXScopedFileSystemModule.m17 constants[@"bundledAssets"] = [self bundledAssets] ?: [NSNull null];
21 - (NSArray<NSString *> *)bundledAssets
23 static NSArray<NSString *> *bundledAssets = nil;
37 bundledAssets = manifest[@"bundledAssets"];
39 return bundledAssets;
/expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedFileSystem/
H A DEXScopedFileSystemModule.m17 constants[@"bundledAssets"] = [self bundledAssets] ?: [NSNull null];
21 - (NSArray<NSString *> *)bundledAssets
23 static NSArray<NSString *> *bundledAssets = nil;
37 bundledAssets = manifest[@"bundledAssets"];
39 return bundledAssets;
/expo/packages/expo-asset/src/
H A DLocalAssets.ts7 const bundledAssets = new Set(FileSystem.bundledAssets || []); constant
31 if (Constants.appOwnership !== 'standalone' || !bundledAssets.has(assetName)) {
/expo/packages/expo-asset/build/
H A DLocalAssets.js5 const bundledAssets = new Set(FileSystem.bundledAssets || []); constant
26 if (Constants.appOwnership !== 'standalone' || !bundledAssets.has(assetName)) {
H A DLocalAssets.js.map1bundledAssets = new Set(FileSystem.bundledAssets || []);\n\n// localAssets are provided by the exp…
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsLegacyManifest.m17 - (nullable NSArray *)bundledAssets { method
18 return [self.rawManifestJSON nullableArrayForKey:@"bundledAssets"];
H A DABI48_0_0EXManifestsLegacyManifest.h12 - (nullable NSArray *)bundledAssets;
/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsLegacyManifest.m17 - (nullable NSArray *)bundledAssets { method
18 return [self.rawManifestJSON nullableArrayForKey:@"bundledAssets"];
H A DABI47_0_0EXManifestsLegacyManifest.h12 - (nullable NSArray *)bundledAssets;
/expo/packages/expo-file-system/src/
H A DExponentFileSystemShim.ts13 get bundledAssets(): string | null {
H A Dtypes.ts7 readonly bundledAssets: string | null; property
/expo/packages/expo-file-system/build/
H A DExponentFileSystemShim.js11 get bundledAssets() { getter
H A Dtypes.d.ts6 readonly bundledAssets: string | null; property
H A Dtypes.js.map1 …string | null;\n readonly cacheDirectory: string | null;\n readonly bundledAssets: string | null…
H A DExponentFileSystemShim.js.map1 … get cacheDirectory(): string | null {\n return null;\n },\n get bundledAssets(): string | nu…
/expo/packages/@expo/cli/src/export/__tests__/
H A DexportAssets-test.ts54 bundledAssets: [
/expo/packages/expo-manifests/ios/EXManifests/
H A DLegacyManifest.swift15 public func bundledAssets() -> [Any]? { in bundledAssets() function
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DLegacyManifest.swift15 public func bundledAssets() -> [Any]? { in bundledAssets() function
/expo/packages/@expo/cli/src/export/
H A DexportAssets.ts24 ): Promise<Omit<T, 'assetBundlePatterns'> & { bundledAssets?: string[] }> {
55 (exp as any).bundledAssets = [...new Set(allBundledAssets)];
/expo/packages/expo-asset/src/__tests__/
H A DLocalAssets-test.native.ts17 bundledAssets: ['asset_test1', 'asset_test2.png'],
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/
H A DLegacyUpdateManifest.kt118 val bundledAssets = manifest.getBundledAssets() in fromLegacyManifest() constant
127 bundledAssets in fromLegacyManifest()
/expo/packages/expo-manifests/ios/Tests/
H A DLegacyManifestSpec.swift25 expect(manifest.bundledAssets()).to(beNil()) in spec()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Update/
H A DABI48_0_0EXUpdatesLegacyUpdate.m56 NSArray *assets = manifest.bundledAssets ?: @[];
80 …NSAssert([bundledAsset isKindOfClass:[NSString class]], @"Manifest JSON bundledAssets property mus…

12