UNPKG

react-native-cloud-storage

Version:

☁️ Save to & read from iCloud and Google Drive using React Native

13 lines (11 loc) 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _ios = _interopRequireDefault(require("./ios")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } // Android config plugin not needed as there's nothing to configure. const withRNCloudStorage = (config, options) => (0, _ios.default)(config, options); var _default = exports.default = withRNCloudStorage; //# sourceMappingURL=index.js.map