nodegui / react-nodegui

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
https://react.nodegui.org
MIT License
6.18k stars 171 forks source link

React Native interop #353

Open zoeleu opened 3 years ago

zoeleu commented 3 years ago

Is your feature request related to a problem? Please describe. I am going to be making a note taking app, and instead of making it in electron, I want to make it truly cross platform with same codebase for mobile, web, and desktop.

Describe the solution you'd like The ability to use React Native components directly in NodeGUI.

Describe alternatives you've considered Remaking my app in vanilla React and just distributing the web version. This isn't very portable, and is worse for file saving dialogs, importing images, and overall UX.

Additional context This could be implemented with react-native-web although I'm not sure if it's compatible.