infinitered / infinitered/reactotron
Reactotron not connecting
- 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
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