Skip to content

Commit 4b6af25

Browse files
committed
Release 0.4.0
1 parent 17f9e21 commit 4b6af25

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,33 @@ Build OS X desktop apps using React Native.
55
[![Build Status](https://travis-ci.org/ptmt/react-native-desktop.svg)](https://travis-ci.org/ptmt/react-native-desktop)
66
[![npm version](https://badge.fury.io/js/react-native-desktop.svg)](https://badge.fury.io/js/react-native-desktop)
77
[![discord #react-native-desktop](https://img.shields.io/badge/discord-%23react--native--desktop-blue.svg)](https://discordapp.com/channels/102860784329052160/111514927801307136)
8+
_[Alpha quality]_
89

9-
[![Youtube play](https://cloud.githubusercontent.com/assets/1004115/11685246/75db9d6a-9e99-11e5-8378-1d5cea6053c0.png)](https://www.youtube.com/watch?v=m1-LNKIuqtI)
10+
```jsx
11+
<View>
12+
<Button onClick={() => alert('clicked')}/>
13+
</View>
14+
```
15+
<img width="407" alt="screenshot 2016-03-03 17 18 33" src="https://cloud.githubusercontent.com/assets/1004115/13496949/fe98e5e2-e163-11e5-9ded-0b4449950c8f.png">
1016

11-
**It's not a production-ready yet**
1217

1318
## Getting started
1419

15-
```
20+
``` bash
1621
npm install react-native-desktop-cli -g
17-
cd projects
1822
react-native-desktop init MyProject
23+
open osx/MyProject.xcodeproj
1924
```
20-
Since it's simply a fork of React Native, basically you just can follow [the same steps](http://facebook.github.io/react-native/docs/getting-started.html#content).
25+
Since it's simply just a fork, you can follow [the same steps](http://facebook.github.io/react-native/docs/getting-started.html#content) from the original React Native.
2126
Feel free to ask anything on `#react-native-desktop` channel if you run into problems (and you probably will).
2227

2328
****
2429

25-
If you are into React.js please help to make examples look clean and idiomatic. If you can give an advice on Windows or Linux bindings or just have an idea for an awesome app which you always wanted, please feel free to reach me out on `#react-native-desktop`.
26-
27-
UIExplorer screenshots:
28-
2930
![uiexplorer](https://cloud.githubusercontent.com/assets/1004115/10608147/311445b0-7757-11e5-9ef7-2e76107e4bb7.png)
3031

3132
<img width="986" alt="screenshot 2015-10-24 16 40 36" src="https://cloud.githubusercontent.com/assets/1004115/10710169/c1bc7d06-7a65-11e5-8bab-4f89ecae26c3.png">
3233

3334
<img width="986" alt="screenshot 2015-10-27 17 08 38" src="https://cloud.githubusercontent.com/assets/1004115/10756317/0ee807ec-7cc5-11e5-8fe4-6aaa8a9f7858.png">
35+
36+
37+
[![Youtube play](https://cloud.githubusercontent.com/assets/1004115/11685246/75db9d6a-9e99-11e5-8378-1d5cea6053c0.png)](https://www.youtube.com/watch?v=m1-LNKIuqtI)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-desktop",
3-
"version": "0.3.16",
3+
"version": "0.4.0",
44
"description": "A framework for building native desktop apps using React",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)