| /expo/apps/test-suite/tests/ |
| H A D | SMSCommon.js | 63 const contentUri = await FS.getContentUriAsync(pngFile.localUri); 77 uri: await FS.getContentUriAsync(gifFile.localUri), 82 uri: await FS.getContentUriAsync(pngFile.localUri), 94 uri: await FS.getContentUriAsync(audioFile.localUri),
|
| /expo/docs/public/static/examples/v47.0.0/filesystem/ |
| H A D | gifManagement.ts | 57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/public/static/examples/v46.0.0/filesystem/ |
| H A D | gifManagement.ts | 57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/public/static/examples/unversioned/filesystem/ |
| H A D | gifManagement.ts | 57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/public/static/examples/v49.0.0/filesystem/ |
| H A D | gifManagement.ts | 57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/public/static/examples/v48.0.0/filesystem/ |
| H A D | gifManagement.ts | 57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/packages/expo-file-system/build/ |
| H A D | types.d.ts | 20 readonly getContentUriAsync?: PlatformMethod; property
|
| H A D | FileSystem.js | 72 export async function getContentUriAsync(fileUri) { function 74 if (!ExponentFileSystem.getContentUriAsync) { 77 return await ExponentFileSystem.getContentUriAsync(fileUri);
|
| H A D | types.js.map | 1 …readonly downloadResumablePauseAsync?: PlatformMethod;\n readonly getContentUriAsync?: PlatformMe…
|
| H A D | FileSystem.d.ts | 47 export declare function getContentUriAsync(fileUri: string): Promise<string>;
|
| H A D | FileSystem.js.map | 1 …getContentUriAsync(uri).then(cUri => {\n * console.log(cUri);\n * IntentLauncher.startActivity…
|
| /expo/packages/expo-file-system/src/ |
| H A D | types.ts | 21 readonly getContentUriAsync?: PlatformMethod; property
|
| H A D | FileSystem.ts | 107 export async function getContentUriAsync(fileUri: string): Promise<string> { function 109 if (!ExponentFileSystem.getContentUriAsync) { 112 return await ExponentFileSystem.getContentUriAsync(fileUri);
|
| /expo/packages/expo-sms/build/ |
| H A D | SMS.types.js.map | 1 …essed by\n * other applications outside of Expo. See [FileSystem.getContentUriAsync](./filesyste…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | filesystem.mdx | 160 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | filesystem.mdx | 160 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | filesystem.mdx | 160 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | filesystem.mdx | 161 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | filesystem.mdx | 160 return FileSystem.getContentUriAsync(await getSingleGif(gifId)); 581 ### `FileSystem.getContentUriAsync(fileUri)` 588 FileSystem.getContentUriAsync(uri).then(cUri => {
|
| /expo/packages/expo-file-system/ |
| H A D | CHANGELOG.md | 304 - `FileSystem.getContentUriAsync` now returns a string. ([#7192](https://github.com/expo/expo/pull/…
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 624 fun getContentUriAsync(uri: String, promise: Promise) { in getContentUriAsync() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 624 fun getContentUriAsync(uri: String, promise: Promise) { in getContentUriAsync() method
|