Reactotron: Can't connect reactotron to real android device

Created on 24 Jul 2017  路  4Comments  路  Source: infinitered/reactotron

Hi,

I can connect reactotron to my real android device.

I added the following lines on index.android.js

`import Reactotron from 'reactotron-react-native'

Reactotron
.configure() // controls connection & communication settings
.useReactNative() // add all built-in react native plugins
.connect() // let's connect!`

question

Most helpful comment

If you're on the same wifi network, enter the ip address of your host computer in configure.

.configure({ host: '10.0.1.18' }) for example.

All 4 comments

If you're on the same wifi network, enter the ip address of your host computer in configure.

.configure({ host: '10.0.1.18' }) for example.

Have you done
adb reverse tcp:9090 tcp: 9090

I think we can close this issue.

Have you done
adb reverse tcp:9090 tcp: 9090

=> It works (without the spaces between the second tcp: and 9000) adb reverse tcp:9090 tcp:9090

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nonameolsson picture nonameolsson  路  5Comments

AdrienLemaire picture AdrienLemaire  路  3Comments

wilr picture wilr  路  3Comments

Eyesonly88 picture Eyesonly88  路  4Comments

Ashoat picture Ashoat  路  4Comments