[Docs] xcodeproj for new projects is now in iOS/

This commit is contained in:
Brent Vatne 2015-09-09 21:08:58 -07:00
Родитель cbed87a74e
Коммит ee1cbf4c98
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)._