From ee1cbf4c9861ffaa03651c374c3ffe6941365c06 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 9 Sep 2015 21:08:58 -0700 Subject: [PATCH] [Docs] xcodeproj for new projects is now in iOS/ --- docs/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 166700f46..f6599edb8 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -27,10 +27,10 @@ We recommend periodically running `brew update && brew upgrade` to keep your pro In the newly created folder `AwesomeProject/` -- Open `AwesomeProject.xcodeproj` and hit run in Xcode. +- Open `iOS/AwesomeProject.xcodeproj` and hit run in Xcode. - Open `index.ios.js` in your text editor of choice and edit some lines. - Hit cmd+R 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. +Congratulations! You've successfully run and modified your first React Native app. _If you run into any issues getting started, see the [troubleshooting page](/react-native/docs/troubleshooting.html#content)._