awesome-desktop-js
awesome-desktop-js copied to clipboard
React Native?
Any particular reason React Native didn't make the list?
Does it work on Mac/Windows/Linux?
Does it work on Mac/Windows/Linux?
It's complicated, afaict:
- ✅Windows: Microsoft offers a plugin https://github.com/Microsoft/react-native-windows
- ❓macOS: there's "at your own risk" fork of RN itself at https://github.com/ptmt/react-native-macos. Plus there's the whole Marzipan thing that would theoretically let iOS apps in RN show up under macOS.
- ❓Linux (+macOS/Windows): looks like someone's also working on a port between RN and Qt which would enable cross-platform desktop apps: https://github.com/status-im/react-native-desktop
Since this list is for "desktop" not mobile (see repo title 😄 ) I think the standard react-native is not worth mentioning.
I looked at your links and I think that react-native-desktop would be appropriate to add to this list under the QT section.
Would you like to submit a PR? (you could probably use the same description as proton-native)
I looked at your links and I think that react-native-desktop https://github.com/status-im/react-native-desktop would be appropriate to add to this list under the QT section.
Keep in mind that anything using Qt is likely to fall under by some version of the viral GPL license.