From d98d4e695277e6fb1f0f34ee56b35c7a934443d3 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Sat, 31 Oct 2015 16:30:25 +0000 Subject: [PATCH] Update RunningOnDeviceAndroid.md --- docs/RunningOnDeviceAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RunningOnDeviceAndroid.md b/docs/RunningOnDeviceAndroid.md index 6333777f4..18b13e9ed 100644 --- a/docs/RunningOnDeviceAndroid.md +++ b/docs/RunningOnDeviceAndroid.md @@ -28,7 +28,7 @@ Have your device connected via USB with debugging enabled (see paragraph above o 1. Run `adb reverse tcp:8081 tcp:8081` 2. You can use `Reload JS` and other development options with no extra configuration -### Configure device to connect to the local dev server via Wi-Fi +### Configure your app to connect to the local dev server via Wi-Fi 1. Make sure your laptop and your phone are on the same Wi-Fi network. 2. Open your React Native app on your device.