UNPKG

expo-document-picker

Version:

Provides access to the system's UI for selecting documents from the available providers on the user's device.

5 lines 298 B
import ExpoDocumentPicker from './ExpoDocumentPicker'; export async function getDocumentAsync({ type = '*/*', copyToCacheDirectory = true, multiple = false, } = {}) { return await ExpoDocumentPicker.getDocumentAsync({ type, copyToCacheDirectory, multiple }); } //# sourceMappingURL=index.js.map