mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-14 06:35:03 +00:00
update readme, react-native CLI now has a command run-ios
This commit is contained in:
parent
dc3105a977
commit
c9bb4f1508
@ -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
|
||||
@ -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:
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user