From f2f7da6ccd8f72352a584c30a0f7c063a35cbf66 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 15 Sep 2015 20:58:06 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6d9c17996..557f5ac54 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,21 @@ The React Native documentation only discusses the components, APIs and topics sp - `git clone https://github.com/facebook/react-native.git` - `cd react-native && npm install` +### Running the examples on iOS + Now open any example (the `.xcodeproj` file in each of the `Examples` subdirectories) and hit Run in Xcode. +### Running the examples on Android + +Note that you'll need the Android NDK installed, see [prerequisites](https://github.com/facebook/react-native/blob/master/ReactAndroid/README.md#prerequisites). + +```bash +./gradlew :Examples:Movies:android:app:installDebug +# Start the packager in a separate shell (make sure you ran npm install): +./packager/packager.sh +# Open the Movies app in your emulator +``` + ## Extending React Native - Looking for a component? [react.parts](http://react.parts/)