react-native-cloud-store
react-native-cloud-store copied to clipboard
A react-native module for icloud drive
I have noticed that I can call CloudStore.download() and works fine even if my file is downloaded locally or not. That is pretty good! But not works fine or in...
I have a setup like this: ``` let file; await new Promise((resolve, reject) => { CloudStore.download(filePath, { onProgress: async (progress) => { console.log("progress", progress); if (progress.progress === 100) { file...
 When I use the download method to download content from icloud, there is a certain probability of 50/50 that this not found situation will occur. Do you have...
@XHMM @eveningkid Thank you @XHMM for maintaining this library! I'm new to iCloud syncing, and so have a few basic understanding questions. I hope you can help clarify them for...
React Native 0.76 uses new architecture by default. Is the package compatible with new architecture? If not, what is the plan of supporting it? Thanks a lot! I really appreciate...