|
|
|
|
|
by pritambarhate
1067 days ago
|
|
I would say Flutter. Performs much better than React Native. Upgrading old RN version to new RN version has always been a very painful experience. Flutter in our experience has been easier to upgrade. Also Flutter has support to call native APIs using platform channels. (https://docs.flutter.dev/platform-integration/platform-chann...) At my company we have multiple Flutter Apps in production. The experience has been quite good so far. In fact we are converting some of our native projects to Flutter in order to reduce the maintenance burden. |
|
Of course it depends on the app, if it has specific not-run-of-the-mill UX requirements. It's also better to start with Flutter (or RN) rather than switch from something else, as the feel is so different users would be put off by the change. Each is fast/slow in different places/ways.