Merge pull request #97 from TashaGospel/update-readme
Fixed the "Switching between iOS devices" section in README
This commit is contained in:
commit
a9410b8390
12
README.md
12
README.md
|
@ -145,18 +145,18 @@ And then run
|
||||||
react-native run-ios
|
react-native run-ios
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
#### Switching between iOS devices
|
||||||
|
Run `use-ios-device` to configure device type you want to use in development:
|
||||||
### Android
|
|
||||||
|
|
||||||
#### Switching between Android devices
|
|
||||||
Run `use-android-device` to configure device type you want to use in development:
|
|
||||||
```
|
```
|
||||||
$ re-natal use-ios-device <real|simulator>
|
$ re-natal use-ios-device <real|simulator>
|
||||||
$ re-natal use-figwheel
|
$ re-natal use-figwheel
|
||||||
$ lein figwheel ios
|
$ lein figwheel ios
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Android
|
||||||
|
|
||||||
#### Using Android Virtual Device (AVD)
|
#### Using Android Virtual Device (AVD)
|
||||||
[Set up a virtual device in AVD](https://developer.android.com/studio/run/managing-avds.html). Start the virtual device then run
|
[Set up a virtual device in AVD](https://developer.android.com/studio/run/managing-avds.html). Start the virtual device then run
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue