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

Toggle devtools doesn't work in reactotron #823

Open
MahmonirB opened this issue May 16, 2021 · 0 comments
Open

Toggle devtools doesn't work in reactotron #823

MahmonirB opened this issue May 16, 2021 · 0 comments

Comments

@MahmonirB
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant