commit
40526b8e37
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue