-
-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
devtools does not show. it's blank #789
Comments
so I managed to fix it by clean installing the react native debugger
|
Its not worked for me |
I have a similar question the react devtools is blank and can't toggle, I resolve it by installing react-devtools: |
Has anyone fixed this issue? I have the same. Nothing of solutions does not work. |
I did this but command 2 did not work for me so I manually deleted the folder and reinstalled and it worked. |
I fixed this issue. However, I could not solve this by uninstalling and installing it again. Then I remembered we have cache files for every application. With that in mind, the steps I followed to fix (Mac OS):
|
It works. Great ! 💯 |
Having the same problem, installing it with dpkg. Removing and reinstalling does not work. I tried installing react-devtools: |
thanks it working |
I did not find the "React Native Debugger" folder under this path "/Users/${yourUser}/Library/Caches/Application Support/", but managed to solve this problem by turning off "Cache Storage" in the "Application" tab of the debugger. |
Don't know if this will help anyone but when my redux tools disappeared and I couldn't find the debugger preferences in the aforementioned path Removing it and restarting the debugger brought redux tools back. |
React Native Debugger app version: 0.14.0
React Native version: 0.72
Platform: iOS, Android
Is real device of platform: Both
Operating System: macOS
the dev-tool is blank and not showing anything
the console throws this error on first run
I have tried:
reinstalling the debugger
removing all other debugging tools from chrome
clearing app and yarn cache
toggle DevTools react
toggle DevTools redux
Does anyone know what are the files affected by the debugger so i can delete them manually and do a clean install ?
The text was updated successfully, but these errors were encountered: