UNPKG

expo-document-picker

Version:

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

8 lines (4 loc) 267 B
import { createRunOncePlugin } from 'expo/config-plugins'; import { withDocumentPickerIOS } from './withDocumentPickerIOS'; const pkg = require('expo-document-picker/package.json'); export default createRunOncePlugin(withDocumentPickerIOS, pkg.name, pkg.version);