UNPKG

expo-document-picker

Version:

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

4 lines (3 loc) 249 B
import { DocumentPickerOptions, DocumentResult } from './types'; export { DocumentPickerOptions, DocumentResult }; export declare function getDocumentAsync({ type, copyToCacheDirectory, multiple, }?: DocumentPickerOptions): Promise<DocumentResult>;