virtualvivek / react-windows-ui

Build Windows native look & feel apps using ReactJS. Provides a set of accessible, reusable and composable react components that make it super easy to create websites and apps.
https://virtualvivek.github.io/react-windows-ui/
MIT License
537 stars 44 forks source link

React-Native Support #22

Closed lun4rch closed 1 year ago

lun4rch commented 1 year ago

The library is fascinating, but is it possible to integrate it with the react-native project for desktop?

virtualvivek commented 1 year ago

Hi @lun4rch,

Looks like react-native for windows uses native technologies to build platform native apps whereas react-windows-ui comes with native like web components that imitate the native look & feel of a native environment but with fully web technology without interfering native architecture.

If you still want to access some of the native features of a native platform you can mix this with electron or tauri.