react-nodegui icon indicating copy to clipboard operation
react-nodegui copied to clipboard

React Native interop

Open zoeleu opened this issue 4 years ago • 0 comments

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.

zoeleu avatar Jul 18 '21 19:07 zoeleu