From c9bb4f150881420d9adea8ddae05cf4808addf90 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 31 Jan 2016 13:34:40 +0100 Subject: [PATCH] update readme, react-native CLI now has a command run-ios --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e92bbe..f431d3d 100644 --- a/README.md +++ b/README.md @@ -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: ```