UNPKG

react-native-cloud-storage

Version:

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

5 lines 281 B
import { type ConfigPlugin } from '@expo/config-plugins'; import type { RNCloudStorageConfigPluginOptions } from './types'; declare const withRNCloudStorageIos: ConfigPlugin<RNCloudStorageConfigPluginOptions>; export default withRNCloudStorageIos; //# sourceMappingURL=ios.d.ts.map