I'm working on a website that's like an imageboard for tracking media, and it was built using NextJS. The site can already be installed as a Progressive Web App (PWA), but I'm considering whether I should invest more time into making it a fully developed PWA to submit to app stores. Eventually, I do plan to create a React Native version, but for now, I'm curious if a PWA would serve as a good temporary solution and what limitations I might face compared to using React Native.
1 Answer
What you might actually need is Bubblewrap, which helps to wrap your PWA for submission to app stores. You can check out the guide [here](https://developers.google.com/codelabs/pwa-in-play?hl=de#0) for more details.
Yes, Bubblewrap is great for that! Plus, PWABuilder can help create a straightforward Xcode project if you're targeting iOS.

Thanks a ton for that resource!