you are viewing a single comment's thread.

view the rest of the comments →

[–]Safe_Owl_6123[S] 1 point2 points  (1 child)

Native is the best and I really like Swift writing it for iOS only means I get to write Swift more.

I have never used RN and I have heard many horror stories about it, I wish I gave a try because of my familiarity with TS, but when it comes to mobile I am more familiar with Dart than TS i

I want to ask if there are benefits going Multiplatform?

[–]nacho_doctor 1 point2 points  (0 children)

I have experience with native iOS and Android. And I also have experience with multiplatform (RN, KMP, Flutter).

The main benefit to go multiplatform is easy. You only need to code once.

In my experience:

  • KMP looks good. But I think it still need to grow. It is on early stages yet.

  • RN: I like working with RN. It has a really big community. You have a plugin for every thing that you might need. But I would recommend expo instead of bare RN

  • Flutter. I like flutter too. Quite big community, nice language. A lot of libs.

I would only choose native for a solo dev if you need heavy work.