We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ef543 commit 9df89e1Copy full SHA for 9df89e1
docs/quick-start-react-native.md
@@ -77,6 +77,11 @@ if(__DEV__) {
77
78
At this point, Reactotron is hooked up.
79
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
+
85
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.
86
87

0 commit comments