What should I use for developing my mobile app, Flutter, React Native or Kotlin Native?
Thank you!
That being said, recently I used flutter for a small ~5KLOC project and I was impressed. It was the most fun and productive experience I had in years. The tooling is amazing.
If your app isn't really using any platform specific functionality, give it a try.
We run an app analytics business and see that companies betting on cross platform are always struggling and they are one step behind on the native platforms.
Long answer short - go with native. If cost is a concern pick a single platform
In Asia that choice is Android. US or Europe might pick iOS.
I’ve been thinking about that a lot and still don’t have any conclusion but I’d love some tales from people that have made the switch from RN/Flutter to native or vice versa.
So I guess my question to you is why are you certain you want one of these technologies instead of building natively for the two platforms?
UI libraries like Ionic give you many great components out of the box. Ionic is also highly optimized on performance. Just try an Ionic app with an old smartphone to get an idea...
I tried Flutter and the performance and appearance of the UI is awesome but using Dart was not a pleasant experience for me...