infinitered / infinitered/reactotron

Toggle devtools doesn't work in reactotron

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

Description

I use below configs, but when I click on **View -> Toggle Developer tools _in reactotron_**, devtools can not connect to emulator and don't show Network tab for instance.

Mac OS Catalina 10.15.6,
Reactotron Version 3.0.0-beta.9
React Native 0.61.5

```
import Reactotron from 'reactotron-react-native';
import AsyncStorage from '@react-native-community/async-storage';
import { reactotronRedux } from 'reactotron-redux';

Reactotron.setAsyncStorageHandler(AsyncStorage)
.configure({
name: 'React Native Demo',
})
.useReactNative({
asyncStorage: true,
editor: true,
// there are more options to editor
errors: { veto: () => false },
// there are more options to the async storage.
// networking: {}, // or turn it off with false
overlay: false, // just turning off overlay
})
.use(reactotronRedux())
.connect();

```

Contributor guide

Open the contributing guide

Research direction

Start at the Reactotron desktop View → Toggle Developer Tools action and reproduce it with the supplied React Native configuration and versions. Check whether the emulator connection is established and whether the Network tab appears; done means the toggle opens usable developer tools connected to the emulator. No source files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, react-native, typescript
Domain
desktop, devtools, mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.