Skip to content

Commit

Permalink
update readme, react-native CLI now has a command run-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Jan 31, 2016
1 parent dc3105a commit c9bb4f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ $ cd future-app
```
To run in iOS:
```
$ re-natal xcode
$ react-native run-ios
```
and then run your app from Xcode normally.

To run in Android, connect your device and:
```
$ adb reverse tcp:8081 tcp:8081
Expand All @@ -85,7 +83,7 @@ Luckily, this can be improved by compiling with `optimizations :none` and using
Figwheel.

#### Using Figwheel in iOS simulator
Start your app from Xcode as described above.
Start your app from Xcode, or just run `react-native run-ios`

Then, to start development mode execute commands:
```
Expand Down

0 comments on commit c9bb4f1

Please sign in to comment.