From f6c4c2b59bf519411a4b13f674a3cd0e174bad53 Mon Sep 17 00:00:00 2001 From: dalmaer Date: Thu, 26 Mar 2015 20:11:49 -0700 Subject: [PATCH] Remind the developer to run the packager I could be wrong, but the instructions appear to be missing a step... running the packager itself to listen in! --- docs/GettingStarted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index ce1300ad547920..ad30e02bb8e906 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -25,6 +25,7 @@ In the newly created folder `AwesomeProject/` - Open `AwesomeProject.xcodeproj` and hit run in Xcode - Open `index.ios.js` in your text editor of choice and edit some lines +- Run `npm start` to run the packager - Hit cmd+R ([twice](http://openradar.appspot.com/19613391)) in your iOS simulator to reload the app and see your change! Congratulations! You've just successfully run and modified your first React Native app.