UNPKG

react-native-document-picker-v2

Version:

A react native interface to access documents from dropbox, google drive, iCloud... with MacOs support

10 lines (9 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NativeDocumentPicker = void 0; var _reactNative = require("react-native"); const NativeDocumentPicker = _reactNative.TurboModuleRegistry.getEnforcing('RNDocumentPicker'); exports.NativeDocumentPicker = NativeDocumentPicker; //# sourceMappingURL=NativeDocumentPicker.js.map