# react-native-macos
**Repository Path**: lvyj/react-native-macos
## Basic Information
- **Project Name**: react-native-macos
- **Description**: fork react mac os
- **Primary Language**: Unknown
- **License**: CC-BY-4.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-01-14
- **Last Updated**: 2024-06-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## React Native for macOS (ex react-native-desktop)
Build macOS desktop apps using React Native and Cocoa.
[](https://travis-ci.org/ptmt/react-native-macos)
[](https://badge.fury.io/js/react-native-macos)
[](http://reactiflux.com)
```jsx
```
## Getting started
Node 4.x+, OS X 10.10+ required.
``` bash
$ npm install react-native-macos-cli -g
$ react-native-macos init MyProject
$ cd MyProject
$ open macos/MyProject.xcodeproj
```
Since it's simply just a fork, you can follow [the same instruction on facebook.github.io/react-native](http://facebook.github.io/react-native/docs/getting-started.html#content).
**Disclaimer**. Having previous experience with React Native highly recommended. There is no success story for any RN for macOS app yet, so it's not proven by production use.
Feel free to ask anything on `#react-native-platforms` channel if you run into problems.
## Examples
[Download UIExplorer](https://github.com/ptmt/react-native-macos/files/199128/UIExplorer.zip)
UIExplorer includes a set of examples and allows to you load external javascript bundle by http. Just copy&paste URL into SearchField.


[](https://www.youtube.com/watch?v=m1-LNKIuqtI)