Skip to content

Commit a31c76f

Browse files
hramosfacebook-github-bot
authored andcommitted
nit: Fix RNTester gradle command (#26140)
Summary: The README.md was slightly out of date. ## Changelog [Android] [Fixed] - Fixed RNTester instructions Pull Request resolved: #26140 Test Plan: Ran `./gradlew :RNTester:android:app:installJscDebug` to build and install RNTester on my device. Differential Revision: D17178074 Pulled By: mdvacca fbshipit-source-id: 677f91833170af54eeb1f0b5431dd94eae7668ac
1 parent 1437510 commit a31c76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNTester/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Start an Android emulator.
3131
_Note: Building for the first time can take a while._
3232

3333
Open the RNTester app in your emulator.
34-
35-
See [Running on Device](https://facebook.github.io/react-native/docs/running-on-device.html) in case you want to use a physical device.
34+
If you want to use a physical device, run `adb devices`, then `adb -s <device name> reverse tcp:8081 tcp:8081`.
35+
See [Running on Device](https://facebook.github.io/react-native/docs/running-on-device.html) for additional instructions on using a physical device.
3636

3737
### Running with Buck
3838

0 commit comments

Comments
 (0)