From c7624a11fe927942a387af20b728f3412bc3d451 Mon Sep 17 00:00:00 2001 From: Alan Tran Date: Fri, 24 Feb 2017 12:11:26 +1300 Subject: [PATCH] Fixed the "Switching between iOS devices" section --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 22a20c7..79c193c 100644 --- a/README.md +++ b/README.md @@ -145,18 +145,18 @@ And then run react-native run-ios ``` ---- - -### Android - -#### Switching between Android devices -Run `use-android-device` to configure device type you want to use in development: +#### Switching between iOS devices +Run `use-ios-device` to configure device type you want to use in development: ``` $ re-natal use-ios-device $ re-natal use-figwheel $ lein figwheel ios ``` +--- + +### Android + #### 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 ``` @@ -415,4 +415,4 @@ You can then run any of the commands manually. [React Native]: https://facebook.github.io/react-native [Reagent]: https://github.com/reagent-project/reagent [Om.Next]: https://github.com/omcljs/om/wiki/Quick-Start-(om.next) -[Rum]: https://github.com/tonsky/rum \ No newline at end of file +[Rum]: https://github.com/tonsky/rum