2

Hey ppl!
Is there any nice and "standard" way to convert a react app into a native mobile app? or at least write something that can work both as a webapp and also a mobile app?

I know about pwa, but it's not what I'm looking for since I can't upload the apk on playStore technically and it's not considered "native".
Also learning another technology such as react native or flutter is my last option due to the small deadlines.

I have some big projects that I need to have their mobile versions, so I'm planning on this.

Comments
  • 1
    Cordova maybe
  • 1
  • 5
    React is written in a way that no one will EVER write a transpiler for it.

    Thing is, just write native apps for every platform. In the end, you'll be happy with it while it looks like a lot of work.
  • 2
    Just go WebView I guess, and join the other gazillion of shitty WebView apps.
  • 0
    There's always React Native.

    Apple, in its infinite wisdom and compulsion for the world to hold things correctly and to think different, will not allow anything that remotely resembles an existing website on their blessed store, so you'll be stuck writing an app no matter if your site fulfills every function you need.

    At least with React Native, you only have to write one app for both Android and Apple and you get to lean on your existing React knowledge.
Add Comment