Skip to content

React Native for macOS is an experimental fork for writing desktop apps using Cocoa

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
CC-BY-4.0
LICENSE-docs
Unknown
LICENSE-examples
Notifications You must be signed in to change notification settings

yimankaing/react-native-macos

This branch is 2015 commits behind ptmt/react-native-macos:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa5ae6b · Dec 8, 2017
Apr 7, 2017
Apr 12, 2017
Jun 9, 2017
Jun 4, 2017
Jan 27, 2016
Aug 5, 2017
Jul 3, 2017
May 13, 2017
May 16, 2017
Nov 23, 2016
Apr 18, 2017
May 13, 2017
May 13, 2017
Apr 28, 2017
Jan 31, 2017
May 5, 2017
Feb 27, 2017
Oct 11, 2016
Jun 30, 2017
Dec 8, 2017
Feb 19, 2017
May 30, 2017
Jun 9, 2017
May 3, 2017
May 13, 2017
Apr 12, 2016
Oct 19, 2016
May 3, 2017
Jan 21, 2017
Jun 8, 2017
Oct 14, 2015
Jun 5, 2017
Feb 3, 2017
Jun 9, 2017
Mar 16, 2017
Feb 24, 2017
Apr 12, 2017
Mar 23, 2015
Mar 25, 2015
Mar 25, 2015
Apr 10, 2015
Oct 20, 2017
May 13, 2017
Feb 6, 2017
Jun 14, 2016
Feb 3, 2017
Dec 8, 2016
Apr 21, 2017
Jan 6, 2017
Sep 9, 2016
Sep 9, 2016
Jun 8, 2017
Jun 5, 2017
Apr 10, 2017
Jul 5, 2016
Mar 1, 2016
Aug 9, 2016
Feb 2, 2017

Repository files navigation

React Native macOS (ex react-native-desktop)

Build macOS desktop applications using React Native.

Build Status npm version discord #react-native-platforms

<View>
  <Button onPress={() => alert('clicked!')} />
</View>

Getting Started

Node 4.x+, OS X 10.11+ required.

Previous React Native experience is highly recommended.

$ 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 in the root.

Documentation

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 project is still a fairly new so proceed at your own risk.

Community Help

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 and tag it with react-native-macos
  • Chat with us on Reactiflux in #react-native-platforms (mentioning @ptmt)
  • DM @ptmt on twitter

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.

Download UIExplorer

screenshot 2016-03-31 21 06 33

screenshot 2016-03-31 21 00 30

screenshot 2015-10-24 16 40 36

License

See license for React is BSD licensed. Facebook also provide an additional patent grant.

About

React Native for macOS is an experimental fork for writing desktop apps using Cocoa

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
CC-BY-4.0
LICENSE-docs
Unknown
LICENSE-examples

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.3%
  • Java 26.9%
  • Objective-C 14.8%
  • C++ 6.8%
  • Objective-C++ 2.5%
  • C 2.2%
  • Other 4.5%