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
68 stars 11 forks source link

New architecture compatibility #31

Open donmezemre opened 3 weeks ago

donmezemre commented 3 weeks ago

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 the effort and it made my life implementing iCloud Backup very easy.

XHMM commented 3 weeks ago

I tried to use new the arch before, but it seems too complicated, and i am also not very familier with cpp.

Maybe when the new arch development becomes more easy for dev and more mature, or when i can use rust language which i am more familier to write the plugin, i may retry to write it with new arch.

Also the PR is welcome.

psquizzle commented 3 weeks ago

It may be worth looking at. react-native-nitro-modules. Seems quite simple to use swift and kotlin.

XHMM commented 3 weeks ago

wow didn't heard of it, i will have a look when in free time.😃

donmezemre commented 20 hours ago

I tried the package on expo 52 by using new architecture and it is working as expected 🎉

I don't think we need any development to support new arc