infinitered / infinitered/reactotron
Toggle devtools doesn't work in reactotron
- 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
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