From 78a6c9d9d4f42eb868f577be82d75d5e23f9c8d5 Mon Sep 17 00:00:00 2001 From: jondot Date: Thu, 26 Mar 2015 23:34:24 +0200 Subject: [PATCH] Adding the 'running the examples' instructions to the end of the README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c8dbf0814..902ca03f3 100644 --- a/README.md +++ b/README.md @@ -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).