1

Hi I am trying to debug my expo react native app with react devtools. The problem is that I could not inspect any component in my app as it shows this error:

enter image description here

I am using ios emulator. Hope you guys could help me out.

jmsandiegoo
  • 413
  • 4
  • 14

2 Answers2

0

Solved it use React Native Debugger instead.

jmsandiegoo
  • 413
  • 4
  • 14
0

Try this step to solve this issue:

#1 Check you have added react-devtools inside the package.json project if not then add compatible version:

npm i react-devtools | yarn i react-devtools

#2 You also check if you have install react-devtools globally with similar version with package.json project.