Videos
ยป npm install react-native-windows-init
I am planning to develop an app which should be available on all platforms like android/ ios app, tv apps, web browser, mac app, windows app
Has anyone developed any app to support all the platforms?
What are the pros and cons of using React native for this?
ยป npm install react-native-windows
Try Proton Native. It uses the React Native syntax for building desktop applications without Electron.
There isn't any official support for desktop applications in React Native, at least as of January 2018.
There are, however, various experimental forks of React Native for desktop platforms such as react-native-windows for Univeral Windows Platform, react-native-macos for Mac and react-native-desktop for Linux. They're not developed by the main RN team, though, so your milage may vary.
As of July 2021 it unfortunately looks like the only project still being actively being maintained is react-native-windows. The others have been deprecated or straight up abandoned.