Can you use React Native to create a desktop application?

riscos3 picture riscos3 · Jan 8, 2018 · Viewed 53.1k times · Source

I'm making a desktop application with create-react-app and Electron. It needs to run on Mac, Windows and Linux. I also want to make a native version afterwards for Android and iOS.

Can I just make an application in React Native that works on mobile devices and on desktops? It would maybe save a lot of time.

Answer

Finesse picture Finesse · Feb 23, 2018

Try Proton Native. It uses the React Native syntax for building desktop applications without Electron.