Home
last modified time | relevance | path

Searched defs:withDocumentPickerIOS (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-document-picker/plugin/build/
H A DwithDocumentPickerIOS.d.ts12 export declare const withDocumentPickerIOS: ConfigPlugin<IosProps>; constant
H A DwithDocumentPickerIOS.js5 const withDocumentPickerIOS = (config, { iCloudContainerEnvironment } = {}) => { function
/expo/packages/expo-document-picker/plugin/src/
H A DwithDocumentPickerIOS.ts14 export const withDocumentPickerIOS: ConfigPlugin<IosProps> = ( constant