XHMM / react-native-cloud-store

A react-native module for icloud drive
https://react-native-cloud-store.vercel.app/docs/install/with-crna
MIT License
67 stars 11 forks source link

CloudStore.exist function only works if file is already dowloaded in file system (locally) #26

Open DanielFRico opened 9 months ago

DanielFRico commented 9 months ago

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 the same way for functions like CloudStore.exist() or CloudStore.stat(), those functions only can fetch data if my file is already downloaded locally. I suggest that those functions can fetch file data even if is not locally downloaded. But most of things works well. Congrats!

XHMM commented 9 months ago

Thanks for your suggestion. I will have a investigation when available.