Merge pull request #2626 from brentvatne/fix-getting-started-project-path-ios
[Docs] xcodeproj for new projects is now in iOS/
This commit is contained in:
commit
ac9471f2cd
|
@ -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)._
|
||||
|
|
Loading…
Reference in New Issue