ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.24k stars 429 forks source link

What are the main differences between this fork and react-native? #67

Closed geuis closed 8 years ago

geuis commented 8 years ago

question in title

ptmt commented 8 years ago

This fork adds new platform as a target for React Native — Mac OS X. So instead of using Cocoa Touch it uses Cocoa (UIKit -> AppKit). Because of that, there are bunch of new APIs (like Menu) and controls (Buttons).

ptmt commented 8 years ago

I hope I've answered your question. Feel free to ask details on Discord, maybe I should add it to readme.