|
|
|
|
|
by drspacemonkey
2483 days ago
|
|
Having been down this road before, I'd recommend Flutter over ReactNative. ReactNative feels like developing the same app 2.5 times. Once in RN proper, and then covering the same ground for large swaths of the app again for each iOS and Andriod. Flutter has some pain associated with it (I would highlight the lack of 3rd party and community support compared with RN), but overall I'd say it delivers more on the "write once, run everywhere" promise of RN. |
|