Adding the 'running the examples' instructions to the end of the README.md

This commit is contained in:
jondot 2015-03-26 23:34:24 +02:00
parent b4da77a31f
commit 78a6c9d9d4
1 changed files with 8 additions and 0 deletions

View File

@ -191,4 +191,12 @@ var MyCustomView = createReactIOSNativeComponentClass({
});
```
## Running the Examples
- `git clone git@github.com:facebook/react-native.git`
- `cd react-native && npm install`
- `cd Examples`
Now open any example and hit run in Xcode.
Further documentation, tutorials, and more on the [React Native website](http://facebook.github.io/react-native/docs/getting-started.html).