Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Toggle devtools doesn't work in reactotron #823

@MahmonirB

Description

@MahmonirB

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();

image_2021_05_16T07_28_41_604Z

Screen Shot 1400-02-26 at 13 08 34

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions