Co-Epi / mobile-app

Initial ReactNative code for CoEpi app for both iOS and Android - this repo is no longer being used, please see app-ios and app-android repo's for latest native code versions
MIT License
25 stars 9 forks source link

Why did you choose to go native? #17

Closed Nautman closed 4 years ago

Nautman commented 4 years ago

Hi!

I have been following the developments of Co-Epi, Covid Watch and Private Kit for the past week. I am wondering why you decided to go native and abandon React Native?

I think your project is really interesting!

Thanks.

ivnsch commented 4 years ago

Sorry for the late reply. For the most part it was the setup of the team at different points of time. The initial members, that created the RN project, left and new members were more experienced with native. In the meantime we've been exploring more meaningful ways to do cross-platform, with a shared Rust library, that provides better performance, safety and inter-op with the TCN reference implementation, which is also written in Rust.