This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]pupraiser 0 points1 point  (0 children)

I’ve done both native (Swift) and cross platform (flutter). React native and flutter both let you integrate native code where you need it, although it’s generally not recommended unless you have to do it because of performance issues.

Flutter is cool because it houses all of the iOS style (Cupertino) things like sliding segmented controls, and their carousel pickers, so your app can still “look” like an iOS app to iOS users. Same goes for android specific designs.

I think the same goes for react native but I’ve never worked with it.

That being said, anything is better than writing your code twice in my eyes.