DevTools v3 is incompatible with this version of React

2
cant debug native styling:  “DevTools v3 is incompatible with this version of React”   followed this: https://docs.mendix.com/refguide/mobile/distributing-mobile-apps/native-debug/#3-debugging-your-styling   when I rerun the app I get this error   when I run the command in CMD, I keep getting the same error.   anyone know what this is, and how to solve it?
asked
1 answers
3

Instead of using npx react-devtools@^3, I used npx react-devtools@^4 and it worked for me.

answered