From 5ccd232b684114ec36155900d02a05bf5bc47fe4 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Mon, 24 Aug 2015 09:26:51 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2764f539..ecf7f8bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ RealmJS contains Realm bindings for integrating with mobile apps built using javascript frameworks such as ReactNative and PhoneGap. ## ReactNative Example -There is a ReactNative sample project in `examples/ReactExample`. You must run `npm install` in this directory before running the example for the first time. +Make sure your environment is set up to run react native applications. Follow the instructions here https://facebook.github.io/react-native/docs/getting-started.html to the point you have installed the react-native-cli. + +The ReactNative sample project is in the `examples/ReactExample` directory. You must run `npm install` in this directory before running the example for the first time. ## ReactNative Project Setup - Create a new ReactNative project `react-native init ` and open the generated XCode project.