How to connect to Reactotron from Android Phone?
See original GitHub issueI tried:
Reactotron.configure() // we can use plugins here -- more on this later
.connect({
enabled: true,
host: '192.168.1.200', // server ip
port: 9090
})
PS: Reactotron works on iPhone and Android emulator
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
No connection reactotron / react-native - Stack Overflow
After that, you connection should work, and you can use Reactotron like described in ... ⌘+M on Android emulator, or shake real devices)....
Read more >How to Reload React Native App on Android Device + See ...
To see Reactotron logs while running on an Android, type the following into the Terminal. adb reverse tcp:9090 tcp:9090. To reload Android app...
Read more >How to inspect React Native apps elegantly with Reactotron
Tagged with reactnative, react, mobile. ... For android devices/simulator need to connect the Reactotron to the same port.
Read more >Reactotron - Inspect your React and React Native apps ...
Inspecting apps is now as easy as it was always meant to be. Effortlessly inspect React JS and React Native mobile apps with...
Read more >Chain React 2018: Debugging and Beyond with Reactotron ...
You'll see how just a few lines of code will give you access to a world of useful information about what's going in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try forwarding that port with adb.
adb reverse tcp:9090 tcp:9090
can confirm
run
adb reverse tcp:9090 tcp:9090
to forward port runadb reverse --list
to ensure it’s thereadd the ff code (if tethering, you can also use an specific IP address)
now it works