From 909aa1c92952ff77bc46e0c0b6a1a644e23a04ac Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Fri, 8 Jan 2016 14:15:33 -0800 Subject: [PATCH] Link to iOS device docs Spent an hour trying to find this doc. Hope this helps the next person! --- docs/GettingStarted.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 714e06e7b..5c44b389d 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -42,6 +42,8 @@ _NOTE:_ There is experimental [Windows and Linux support](/react-native/docs/lin - Open `index.ios.js` in your text editor of choice and edit some lines. - Hit ⌘-R in your iOS simulator to reload the app and see your change! +_Note: If you are using an iOS device, see the [Running on iOS Device page](http://facebook.github.io/react-native/docs/running-on-device-ios.html#content)._ + **To run the Android app:** - `$ cd AwesomeProject` @@ -50,7 +52,7 @@ _NOTE:_ There is experimental [Windows and Linux support](/react-native/docs/lin - Press the menu button (F2 by default, or ⌘-M in Genymotion) and select *Reload JS* to see your change! - Run `adb logcat *:S ReactNative:V ReactNativeJS:V` in a terminal to see your app's logs -_Note: If you are using a device, see the [Running on Device page](http://facebook.github.io/react-native/docs/running-on-device-android.html#content)._ +_Note: If you are using an Android device, see the [Running on Android Device page](http://facebook.github.io/react-native/docs/running-on-device-android.html#content)._ Congratulations! You've successfully run and modified your first React Native app.