From 5b34ccb0fc2c0bfff017a2441c59a30612ab1e1b Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Fri, 8 Jul 2016 19:11:00 -0700 Subject: [PATCH] Remove instructions about IP address on iOS Summary: The documentation was not updated after this change : Implemented automatic IP detection for iOS (8c29a52) Fixes #8651. Closes https://github.com/facebook/react-native/pull/8660 Differential Revision: D3539749 fbshipit-source-id: fe3b37c446a8c37941adbb08c4301284950a176a --- docs/RunningOnDeviceIOS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/RunningOnDeviceIOS.md b/docs/RunningOnDeviceIOS.md index 5a4af00ed..81d9e73e0 100644 --- a/docs/RunningOnDeviceIOS.md +++ b/docs/RunningOnDeviceIOS.md @@ -13,9 +13,7 @@ Running an iOS app on a device requires an [Apple Developer account](https://dev You can iterate quickly on device using the development server. First, ensure that you are on the same Wi-Fi network as your computer. -1. Open `ios/YourApp/AppDelegate.m` -2. Change the host in the URL from `localhost` to your laptop's IP address. On Mac, you can find the IP address in System Preferences / Network. -3. In Xcode, select your phone as build target and press "Build and run" +In Xcode, select your phone as build target and press "Build and run" > Hint >