react-native-icloudstore
react-native-icloudstore copied to clipboard
A drop in replacement for React Native's AsyncStorage API that wraps the iCloud Ubiquitous Key-Value Store.
The docs should mention that you need to enable this in Xcode > To use this you need to sign your app with an apple developer account and set the...
Please add typescript definitions to exported files
This pull request aims to replace the deprecated import from react-native with the new package @react-native-async-storage. I am not sure whether we need to add react-native to the dependencies as...
While you use this package, how can we catch the errors that may occur due to storage limitations? Eg: when the iCloud storage is full
My project is built with the Ignite CLI (Bowser) and my intention is to fully support iCloud sync which should be easy if I can swap out the React Native...
So, i see that there is the function of `getItem`, but what if user is not logged in to iCloud? Will it throw error when calling `getItem`?
this pr changes the signature of iCloudStorage.multiSet to match that of AsyncStorage: https://reactnative.dev/docs/asyncstorage#multiset
warning: ``` Module iCloudStorage requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on...
Hi @manicakes , the current react-native 0.71.1 produces Invariant Violation, about AsyncStorage not anymore on react-native https://reactnative.dev/docs/asyncstorage Have you any plans on merging #17 ? Thanks!