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) • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const config_plugins_1 = require("expo/config-plugins");
const withDocumentPickerIOS_1 = require("./withDocumentPickerIOS");
const pkg = require('expo-document-picker/package.json');
exports.default = (0, config_plugins_1.createRunOncePlugin)(withDocumentPickerIOS_1.withDocumentPickerIOS, pkg.name, pkg.version);