infinitered / infinitered/reactotron

Reactotron not connecting

Open
#1,239 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
15.6k
Forks
972
PR merge metrics
No merged PRs in 30d

Description

Hi.
I'm really having trouble making Reactotron connect to my device and work.
Here's my config `ReactotronConfig.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!
```
I did use `adb reverse tcp:9090 tcp:9090` without success.

Contributor guide

Open the contributing guide

Research direction

Start with ReactotronConfig.js and reproduce the connection attempt using the reported Reactotron configuration and `adb reverse tcp:9090 tcp:9090` command. Trace the React Native device connection path to determine why the device does not connect; done means Reactotron connects and works with the device.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.