ptmt / react-native-desktop
- четверг, 31 марта 2016 г. в 03:13:15
JavaScript
React Native for OS X
Build OS X desktop apps using React Native.
<View>
<Button onClick={() => alert('clicked')}/>
</View>
Disclaimer. It's recommended to have previous experience of developing apps with React Native.
npm install react-native-desktop-cli -g
react-native-desktop init MyProject
cd MyProject
open osx/MyProject.xcodeproj
Since it's simply just a fork, you can follow the same instruction from the original React Native.
Feel free to ask anything on #react-native-desktop
channel if you run into problems (and you probably will).
Support development on Patreon: https://www.patreon.com/skelet
This is outdated screenshots of UIExplorer. It doesn't look flawless since most of them ported from iOS.