React Native macOS (ex react-native-desktop)
Build macOS desktop applications using React Native and Cocoa.
<View>
<Button onClick={() => alert('clicked')} />
</View>Getting Started
Node 4.x+, OS X 10.10+ required.
Previous React Native experience is highly recommended.
$ npm install react-native-macos-cli -g
$ react-native-macos init MyProject
$ cd MyProject
$ open macos/MyProject.xcodeprojDocumentation
Since React Native macOS is just a fork, you can follow the same instructions on the React Native Documentation.
Disclaimer
React Native macOS is a fork of React Native for iOS. The library is still fairly new so proceed at your own risk. There has been no successful story for any React Native macOS application yet, so it's not proven by production use.
Community Help
Feel free to ask anything on #react-native-platforms channel on Reactiflux if you happen to run into problems.
Examples
UIExplorer
UIExplorer includes a set of component examples that illustrate their functionality. It also allows you to load external JavaScript bundle files through HTTP. Simply copy and paste a URL into the Search Field.
Video Demo
Running a simple Chat app in React Native macOS.



