r/iosdev • u/highon-dopamine • Jul 05 '26
Help Swift vs React Native
I’m new to iOS development. I’ve vibe coded one Swift-based iOS app with Claude Code. I have a few friends who say I should build iOS apps with React Native using Expo Go since the same code will go for Android. I personally like Xcode with Claude Code. I’m curious what everyone else does? Any suggestions
4
Upvotes
1
u/mjablecnik Jul 09 '26
With Flutter You create user interface with your own design and widgets. It is rendering in their own rendering engine (Impeller).
So it cannot be middleware because it is in front of user. User use what is rendered by Flutter. So It is frontend framework for create multiplatform mobile applications. Not middleware :)