elemental-design / react-platform

Experimental cross-platform React Native interoperability APIs, component wrappers and polyfills.
MIT License
15 stars 0 forks source link

Platform support for NodeGUI #12

Open itsezc opened 3 years ago

itsezc commented 3 years ago

Since react-native-desktop-qt is no longer supported, an ideal replacement would be NodeGUI which already supports React via React NodeGUI, this would be ideal as it also is built on Qt.

macintoshhelper commented 2 years ago

Hi, sorry I missed this issue! It's unfortunate that react-native-desktop-qt is no longer supported. react-nodegui looks interesting, I've been thinking of using Electron for Linux support, but QT bindings would be great. Will need to test how well a React Native API works with it: View, Text, TextInput, etc.