Home
last modified time | relevance | path

Searched refs:getContentUriAsync (Results 1 – 22 of 22) sorted by relevance

/expo/apps/test-suite/tests/
H A DSMSCommon.js63 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 DgifManagement.ts57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/public/static/examples/v46.0.0/filesystem/
H A DgifManagement.ts57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/public/static/examples/unversioned/filesystem/
H A DgifManagement.ts57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/public/static/examples/v49.0.0/filesystem/
H A DgifManagement.ts57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/public/static/examples/v48.0.0/filesystem/
H A DgifManagement.ts57 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/packages/expo-file-system/build/
H A Dtypes.d.ts20 readonly getContentUriAsync?: PlatformMethod; property
H A DFileSystem.js72 export async function getContentUriAsync(fileUri) { function
74 if (!ExponentFileSystem.getContentUriAsync) {
77 return await ExponentFileSystem.getContentUriAsync(fileUri);
H A Dtypes.js.map1 …readonly downloadResumablePauseAsync?: PlatformMethod;\n readonly getContentUriAsync?: PlatformMe…
H A DFileSystem.d.ts47 export declare function getContentUriAsync(fileUri: string): Promise<string>;
H A DFileSystem.js.map1getContentUriAsync(uri).then(cUri => {\n * console.log(cUri);\n * IntentLauncher.startActivity…
/expo/packages/expo-file-system/src/
H A Dtypes.ts21 readonly getContentUriAsync?: PlatformMethod; property
H A DFileSystem.ts107 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 DSMS.types.js.map1 …essed by\n * other applications outside of Expo. See [FileSystem.getContentUriAsync](./filesyste…
/expo/docs/pages/versions/unversioned/sdk/
H A Dfilesystem.mdx160 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dfilesystem.mdx160 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dfilesystem.mdx160 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dfilesystem.mdx161 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx160 return FileSystem.getContentUriAsync(await getSingleGif(gifId));
581 ### `FileSystem.getContentUriAsync(fileUri)`
588 FileSystem.getContentUriAsync(uri).then(cUri => {
/expo/packages/expo-file-system/
H A DCHANGELOG.md304 - `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 DFileSystemModule.kt624 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 DFileSystemModule.kt624 fun getContentUriAsync(uri: String, promise: Promise) { in getContentUriAsync() method