You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: