This is a high-level question and I'm looking for directional guidance before I dive deeper.

I have a web app written in react. My next step is to develop a mobile app across iOS/Android, and my original plan was to learn React Native and rewrite my app. However, learning RN will take time, and re-writing the app in RN completely will definitely take significant amount of time and effort.

My plan is to do so eventually, but my priority is speed over quality for now, and I was wondering if there is a much faster way to ship. So, is there a way to create a mobile app wrapper around my entire web app, similar to what Cordova does?

I am wondering if something like creating tag wrapper in App.js and then load my web app inside it using web view. (New to programming. Don't be too harsh. :)) Any advice will be welcome. Thanks!

1

1 Answer

Yes, you can use : react-native-webview or react-native-htmlview, depend on what you need.

But rumors says it will be block by app stores if there was web-views which using for SEO faking requests and etc, i don't know.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy