React Native Debugger - how to inspect element in the debugger

401 views Asked by At

In my React Native Debugger, I can't inspect element. enter image description here

When I right click in React Native Debugger -> Toggle Element Inspector, I can only toggle the element inspector in the emulator.

According to this video, I should be able to inspect the element in the Debugger
https://youtu.be/AbUs9nJuKNQ?t=117

How can I fix it?

1

There are 1 answers

1
Kirill Novikov On

This functionality was introduced in the new version of RN 0.71 - check this blog post: https://reactnative.dev/blog/2023/01/12/version-071#react-devtools

enter image description here