Comment on Ask HN: In 2023, what’s the easiest way to build an (iOS, Android) app?Comments−loumf3yIf it's iOS only, learn Swift from Apple's Swift book and then look at SwiftUI for the UI of the app.If you want it to be cross-platform, look at react-native. You program in JS, but it renders as native views.
Comments
If it's iOS only, learn Swift from Apple's Swift book and then look at SwiftUI for the UI of the app.
If you want it to be cross-platform, look at react-native. You program in JS, but it renders as native views.