Hacker News new | ask | show | jobs
by SwiftyBug 1311 days ago
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.
1 comments

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.