milkers parent
If it is a one page/view app with no special api needs I would go with a PWA today.
Can you get these on the app stores yet?
I'm currently building a React Native app and I was wondering how much easier would it be to create a PWA that would live in a WebView inside a native app just so I could publish it in the App Store.
It’s very easy. Take your app, dump it into Capacitor. Done.
If you revisit your Capacitor-wrapper a few years later, you either take the update-dependencies-route or just start a fresh project and dump your PWA bundle in there.
Depends on how many native APIs you are using, such as in app purchases.