How to use with React Devtools?
See original GitHub issueI can’t seem to get React Devtools to work in parallel with RNDebugger. I simply want to inspect DOM elements, but Devtools just says Waiting for React to connect.
So in an effort to debug, I tried reverting the RNDebugger script in my package.json:
"scripts": {
"postinstall": "rndebugger-open --revert",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"devtools": "react-devtools"
},
But this doesn’t seem to stop the Debugger from opening each time. How can I turn RNDebugger off?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
React Developer Tools - React Docs
Mobile (React Native) ... React Developer Tools can be used to inspect apps built with React Native as well. ... Next open the...
Read more >How to Use React Developer Tools - Upbeat Code
To start using React developer tools. Right-click anywhere in the browser window and click on Inspect. After that, you can inspect React ...
Read more >React DevTools tutorial
Below is a series of exercises that use the example app to demonstrate the features of React DevTools. Element selector tool · Component...
Read more >React Developer Tools - GeeksforGeeks
Go to the Extensions Tab at the right on the top, click on it. On the dropdown, one can see that the extension...
Read more >React Developer Tools
React Developer Tools is a Chrome DevTools extension for the open-source React JavaScript library. It allows you to inspect the React component hierarchies ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So Why,have anyone give me a answer please ?
I just run my react native app in Android simulator,but can’t inspect elements in simulator,also in devtools