react-native-macos
Version:
A framework for building native macOS apps using React
61 lines (36 loc) • 2.69 kB
Markdown
Build macOS desktop applications using React Native.
[](https://travis-ci.org/ptmt/react-native-macos) [](https://badge.fury.io/js/react-native-macos) [](http://reactiflux.com)
```jsx
<View>
<Button onClick={() => alert('clicked!')} />
</View>
```
Node 4.x+, OS X 10.11+ required.
_Previous React Native experience is highly recommended_.
```bash
$ npm install react-native-macos-cli -g
$ react-native-macos init MyProject
$ cd MyProject
$ react-native-macos run-macos
```
If you want to add macOS target to the existing iOS/Android/Windows project, make the steps above, merge this new folder into your current React Native project, then put [rn-cli.config.js](https://gist.github.com/ptmt/b1473dead098cf53d667e355aedf2a7b) in the root.
Since React Native macOS is just a fork, you can follow [the same instructions on the React Native Documentation](http://facebook.github.io/react-native/docs/getting-started.html#content).
React Native macOS is a fork of React Native for iOS. The project is still a fairly new so proceed at your own risk.
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.
- Ask a question on [StackOverflow](https://stackoverflow.com/) and tag it with `react-native-macos`
- Chat with us on [Reactiflux](https://discord.gg/0ZcbPKXt5bWJVmUY) in `#react-native-platforms` (mentioning @ptmt)
- DM @ptmt on twitter
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.
[](https://github.com/ptmt/react-native-macos/files/199128/UIExplorer.zip)



See license for React is [BSD licensed](./LICENSE). Facebook also provide an additional [patent grant](./PATENTS).