When I'm using react-native-debugger, react-devtools doesn't work for me.
Error Message:
DevTools v4 is incompatible with this version of React Either upgrade React or install React DevTools v3: npm install -d react-devtools@^3
Warning Message:
react-devtools agent got no connection
I have tried and install npm packages:
- npm install --save-dev react-devtools@^3
- npm install -g react-devtools@^3
How to solve the isseue?