Home
last modified time | relevance | path

Searched refs:createFileAsync (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.js588 async function createFileAsync(parentUri, fileName, mimeType) { function
594 StorageAccessFramework.createFileAsync = createFileAsync;
H A DFileSystem.d.ts339 … function createFileAsync(parentUri: string, fileName: string, mimeType: string): Promise<string>;
H A DFileSystem.js.map1createFileAsync(\n parentUri: string,\n fileName: string,\n mimeType: string\n ): Promis…
/expo/packages/expo-file-system/src/
H A DFileSystem.ts725 export async function createFileAsync( function
/expo/apps/native-component-list/src/screens/
H A DFileSystemScreen.tsx255 const createdFile = await StorageAccessFramework.createFileAsync(
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx782 ### `StorageAccessFramework.createFileAsync(parentUri: string, fileName: string, mimeType: string)`