1"use strict"; 2Object.defineProperty(exports, "__esModule", { value: true }); 3const config_plugins_1 = require("expo/config-plugins"); 4const withDocumentPickerIOS_1 = require("./withDocumentPickerIOS"); 5const pkg = require('expo-document-picker/package.json'); 6exports.default = (0, config_plugins_1.createRunOncePlugin)(withDocumentPickerIOS_1.withDocumentPickerIOS, pkg.name, pkg.version); 7