Hacker News new | ask | show | jobs
by solardev 1312 days ago
Can you get these on the app stores yet?
2 comments

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.

Google's and Microsoft's, sure.
Wait, Microsoft has an app store?