1

It might sound very weird, but after having used Kotlin/Android, RN, and Cordova, to me it feels like Cordova is the fastest when it comes to quickly building a mobile (Android in my case) app that works. It's maybe just because I used RN a couple years ago, but integrating native code with RN was a huge pain compared to how it worked in Cordova.

Comments
  • 0
    How do you find automated testing on devices on all of those? Especialy interested in e2e part.

    Currently building pipeline for e2e stress testing on device farm with cordova but not allowed to use selenium, total pita experience for now!
  • 0
    Having tried Xamarin & RN, for actual apps.
    RN is a very clear winner in my mind.

    To a much lesser extent, Flutter.
    Haven't used flutter for anything except personal projects..
    Think I'll check Cordova next. :)
Add Comment