From 7a225a731bbf77636d2f9f5c374c60e6bf7d16b7 Mon Sep 17 00:00:00 2001 From: WildCat Date: Fri, 27 Mar 2015 17:47:14 +0800 Subject: [PATCH] Add note for reloading app --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index ce1300ad547920..3a044f8c881d1b 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -25,7 +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 -- Hit cmd+R ([twice](http://openradar.appspot.com/19613391)) in your iOS simulator to reload the app and see your change! +- Hit CMD+R ([twice](http://openradar.appspot.com/19613391)) in your iOS simulator to reload the app and see your change (Make sure `Connect Hardware Keyboard` of `Hardware` menu in simulator checked)! Congratulations! You've just successfully run and modified your first React Native app.