I am trying to make a desktop application with create-react-app and Electron. It needs to run on my Mac, Windows, and Linux. I also need to make a native version later for my Android and iOS.
Can I make an application in React Native that works on mobile devices and desktops?