question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use with React Devtools?

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
isbingecommented, Jan 31, 2018

So Why,have anyone give me a answer please ?

4reactions
isbingecommented, Jan 31, 2018

I just run my react native app in Android simulator,but can’t inspect elements in simulator,also in devtools image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found