The connection to Android emulator doesn't work
Same thing here! I followed https://github.com/infinitered/reactotron/blob/master/docs/quick-start-react-native.md and iOS is working great! I added the import line to index.js.
I would love to be able to use Android too. Great tool!
Can you guys try to run this in a terminal:
adb reverse tcp:9090 tcp:9090
while a single Android emulator is running then reload the app and see if that solves it?
This has been brought up a few times. I think it would make sense to. If anyone wants to pop open a PR adding this where it makes sense I will gladly accept it. If not I should be able to eventually get to it.
:tada: This issue has been resolved in version 2.17.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Most helpful comment
Can you guys try to run this in a terminal:
adb reverse tcp:9090 tcp:9090while a single Android emulator is running then reload the app and see if that solves it?