| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.js | 151 export async function readDirectoryAsync(fileUri) { function 152 if (!ExponentFileSystem.readDirectoryAsync) { 155 return await ExponentFileSystem.readDirectoryAsync(fileUri); 561 async function readDirectoryAsync(dirUri) { function 567 StorageAccessFramework.readDirectoryAsync = readDirectoryAsync;
|
| H A D | FileSystem.d.ts | 85 export declare function readDirectoryAsync(fileUri: string): Promise<string[]>; 324 function readDirectoryAsync(dirUri: string): Promise<string[]>;
|
| H A D | types.d.ts | 15 readonly readDirectoryAsync?: PlatformMethod; property
|
| H A D | types.js.map | 1 …thod;\n readonly makeDirectoryAsync?: PlatformMethod;\n readonly readDirectoryAsync?: PlatformMe…
|
| H A D | FileSystem.js.map | 1 …readDirectoryAsync(fileUri: string): Promise<string[]> {\n if (!ExponentFileSystem.readDirectoryA…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.ts | 199 export async function readDirectoryAsync(fileUri: string): Promise<string[]> { function 200 if (!ExponentFileSystem.readDirectoryAsync) { 203 return await ExponentFileSystem.readDirectoryAsync(fileUri); 692 export async function readDirectoryAsync(dirUri: string): Promise<string[]> { function
|
| H A D | types.ts | 16 readonly readDirectoryAsync?: PlatformMethod; property
|
| /expo/apps/test-suite/tests/ |
| H A D | FileSystem.js | 37 await throws(() => FS.readDirectoryAsync(p + '../hello/world')); 39 await throws(() => FS.readDirectoryAsync(p + '../')); 404 await FS.readDirectoryAsync(FS.documentDirectory); 405 await FS.readDirectoryAsync(FS.cacheDirectory);
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | setup.js | 118 readDirectoryAsync: jest.fn(() => Promise.resolve()), property
|
| /expo/apps/native-component-list/src/screens/Camera/ |
| H A D | GalleryScreen.tsx | 29 FileSystem.readDirectoryAsync(PHOTOS_DIR).then((photos) => {
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | FileSystemScreen.tsx | 251 return await StorageAccessFramework.readDirectoryAsync(this.state.permittedURI!); 297 return await FileSystem.readDirectoryAsync(outputDir);
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | filesystem.mdx | 369 ### `FileSystem.readDirectoryAsync(fileUri)` 666 const files = await StorageAccessFramework.readDirectoryAsync(uri); 706 const migratedFiles = await FileSystem.readDirectoryAsync(outputDir); 756 ### `StorageAccessFramework.readDirectoryAsync(dirUri)` 833 | `readDirectoryAsync` | `file:///` …
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | filesystem.mdx | 240 | `readDirectoryAsync` | `file:///` …
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | filesystem.mdx | 240 | `readDirectoryAsync` | `file:///` …
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | filesystem.mdx | 240 | `readDirectoryAsync` | `file:///` …
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | filesystem.mdx | 253 | `readDirectoryAsync` | `file:///` …
|
| /expo/packages/expo-file-system/ |
| H A D | CHANGELOG.md | 60 - Fixed hard crash on iOS when calling readDirectoryAsync. ([#23106](https://github.com/expo/expo/p…
|
| /expo/packages/expo-file-system/ios/ |
| H A D | EXFileSystem.m | 502 EX_EXPORT_METHOD_AS(readDirectoryAsync, category
|
| /expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/ |
| H A D | ABI47_0_0EXFileSystem.m | 502 ABI47_0_0EX_EXPORT_METHOD_AS(readDirectoryAsync, category
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 561 fun readDirectoryAsync(uriStr: String?, options: Map<String?, Any?>?, promise: Promise) { in readDirectoryAsync() method
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFileSystem.m | 502 ABI49_0_0EX_EXPORT_METHOD_AS(readDirectoryAsync, category
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 561 fun readDirectoryAsync(uriStr: String?, options: Map<String?, Any?>?, promise: Promise) { in readDirectoryAsync() method
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFileSystem.m | 502 ABI48_0_0EX_EXPORT_METHOD_AS(readDirectoryAsync, category
|
| /expo/ |
| H A D | CHANGELOG.md | 185 …- Fixed hard crash on iOS when calling readDirectoryAsync. ([#23106](https://github.com/expo/expo/…
|