update readme to recommend using real Android device as Figwheel does not work in simulator yet

This commit is contained in:
Artur Girenko 2015-12-06 12:55:52 +01:00
parent 200dd706b0
commit 8ec6608919
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ $ re-natal xcode
```
and then run your app from Xcode normally.
To run in Android, run your simulator first or connect device and:
To run in Android, connect your device and:
```
$ adb reverse tcp:8081 tcp:8081
$ react-native run-android