From a9b6d6dffc354a1aaa322878a6e890dd5e78e027 Mon Sep 17 00:00:00 2001 From: tehfailsafe Date: Fri, 27 Mar 2015 11:01:59 -0700 Subject: [PATCH] Update GettingStarted.md Removed keyboard note in favor of a full Troubleshooting doc --- docs/GettingStarted.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 6bcbea109..ce1300ad5 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -27,9 +27,5 @@ In the newly created folder `AwesomeProject/` - 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! -If Cmd-R is not responding, enable iOS simulator's "Connect hardware keyboard" from menu Hardware > Keyboard menu. - -![keyboard menu](https://cloud.githubusercontent.com/assets/1388454/6863127/03837824-d409-11e4-9251-e05bd31d978f.png) - Congratulations! You've just successfully run and modified your first React Native app.