Home
last modified time | relevance | path

Searched defs:bundleDirectory (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-file-system/build/
H A DExponentFileSystemShim.js14 get bundleDirectory() { getter
H A DFileSystem.d.ts14 export declare const bundledAssets: string | null, bundleDirectory: string | null; constant
H A Dtypes.d.ts7 readonly bundleDirectory: string | null; property
/expo/packages/expo-file-system/src/
H A Dtypes.ts8 readonly bundleDirectory: string | null; property
H A DFileSystem.ts58 export const { bundledAssets, bundleDirectory } = ExponentFileSystem; constant
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m49 @property (nonatomic, strong) NSString *bundleDirectory; property
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m49 @property (nonatomic, strong) NSString *bundleDirectory; property
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m49 @property (nonatomic, strong) NSString *bundleDirectory; property
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m49 @property (nonatomic, strong) NSString *bundleDirectory; property
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js769 bundleDirectory: { type: 'object', mock: null }, property