You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
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();
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: