diff --git a/docs/RunningOnDeviceAndroid.md b/docs/RunningOnDeviceAndroid.md index 51a22369cb24ef..ad5cdf4c322718 100644 --- a/docs/RunningOnDeviceAndroid.md +++ b/docs/RunningOnDeviceAndroid.md @@ -93,6 +93,22 @@ 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 + +### Running packager on a non standard port + +Launch the packager manually with `react-native start --port [PORT]` + +For Android: Use the developer menu by clicking the menu button or shake. Select 'Debug server host & port for device' to set a different port. +