fix readme
This commit is contained in:
parent
1b37d60ea0
commit
11d6e263ec
|
@ -136,8 +136,7 @@ Start your simulator and deploy your app:
|
||||||
$ react-native run-android
|
$ react-native run-android
|
||||||
```
|
```
|
||||||
#### Swiching between Android devices
|
#### Swiching between Android devices
|
||||||
If you have to switch from using genymotion to real android device you have to execute `use-android-device`
|
Run `use-android-device` to configure device type you want to use in development:
|
||||||
command and `use-figwheel`:
|
|
||||||
```
|
```
|
||||||
$ re-natal use-android-device <real|genymotion|avd>
|
$ re-natal use-android-device <real|genymotion|avd>
|
||||||
$ re-natal use-figwheel
|
$ re-natal use-figwheel
|
||||||
|
|
Loading…
Reference in New Issue