Skip to content

Commit 9df89e1

Browse files
hwu1001rmevans9
authored andcommitted
chore(docs): Update React Native Quick Start Guide
Add instructions to use adb reverse with Android devices
1 parent b5ef543 commit 9df89e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/quick-start-react-native.md

+5
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ if(__DEV__) {
7777

7878
At this point, Reactotron is hooked up.
7979

80+
**Note**: If using an Android device or emulator run the following command to make sure it can connect to Reactotron:
81+
```
82+
adb reverse tcp:9090 tcp:9090
83+
```
84+
8085
Refresh your app (or start it up `react-native start`) and have a look at Reactotron now. Do you see the `CONNECTION` line? Click that to expand.
8186

8287
![We Have Contact](./images/quick-start-react-native/first-connect.jpg)

0 commit comments

Comments
 (0)