UNPKG

react-native-cloud-storage

Version:

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

8 lines (6 loc) 284 B
"use strict"; import withRNCloudStorageIos from './ios'; // Android config plugin not needed as there's nothing to configure. const withRNCloudStorage = (config, options) => withRNCloudStorageIos(config, options); export default withRNCloudStorage; //# sourceMappingURL=index.js.map