|
|
|
|
|
by satvikpendem
2338 days ago
|
|
I've been tinkering with React Native and it looks like you can do something quite similar to Proton Native here, while also targeting mobile platforms. Here is how you can cover the gamut of platforms: - iOS and Android - React Native
- Web - React Native Web
- macOS - Apple's Project Catalyst (run iPad apps on macOS)
- Windows - React Native Windows by Microsoft
- Linux - none yet, you could use Electron but that's undesirable Perhaps one could instead use Proton Native for desktop and React Native for mobile, I wonder what the code sharing capabilities are for that. |
|