UNPKG

expo-document-picker

Version:

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

7 lines (6 loc) 347 B
import { ConfigPlugin } from '@expo/config-plugins'; import { ExpoConfig } from '@expo/config-types'; export declare const withDocumentPickerIOS: ConfigPlugin<{ appleTeamId?: string; }>; export declare function setICloudEntitlments(config: Pick<ExpoConfig, 'ios'>, appleTeamId: string, entitlements: Record<string, any>): Record<string, any>;