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!`
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.
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.