You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**It's not production ready**: the lack of few important APIs, documentation, benchmarks and completed examples (work in progress).
11
+
**It's not a production-ready yet**
12
12
13
-
**Getting started**
13
+
## Getting started
14
14
15
-
Since it's simply a fork of React Native, you can follow the same steps to run Examples. Feel free to ask anything on `#react-native-desktop` channel if you run into problems (and you probably will).
15
+
```
16
+
npm install react-native-desktop-cli -g
17
+
cd projects
18
+
react-native-desktop init MyProject
19
+
```
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).
21
+
Feel free to ask anything on `#react-native-desktop` channel if you run into problems (and you probably will).
0 commit comments