|
|
|
|
|
by mvkel
18 days ago
|
|
In my experience, the better long-term choice if you're going to vibe code an app is to use Expo. Its basis is React, so the code output quality is much higher than Swift because there is much more React code in LLM training data. Everything is in the command line, and debugging is a breeze because it's a web view. But once it's compiled to native iOS, it feels like any other native app. Expo + Fastlane = fully automated iOS submission and deployment. I issue one command and see a new version in the App Store. |
|