react-native-debugger
react-native-debugger copied to clipboard
devtools does not show. it's blank
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
bundle.js:2 TypeError: Cannot read properties of undefined (reading 'action')
at r.value (bundle.js:6:262610)
at r.value (bundle.js:6:262058)
at xu (bundle.js:2:939665)
at wu (bundle.js:2:939440)
at bu (bundle.js:2:938978)
at bundle.js:2:950762
at Sl (bundle.js:2:951273)
at ll (bundle.js:2:945029)
at $o (bundle.js:2:885729)
at bundle.js:2:951268
at Sl (bundle.js:2:951273)
at il (bundle.js:2:943770)
at S (bundle.js:2:991848)
at Immediate.D (bundle.js:2:992380)
at process.processImmediate (node:internal/timers:476:21)
bundle.js:2 TypeError: Cannot read properties of undefined (reading 'action')
at r.value (bundle.js:6:262610)
at r.value (bundle.js:6:262058)
at xu (bundle.js:2:939665)
at wu (bundle.js:2:939440)
at bu (bundle.js:2:938978)
at bundle.js:2:950762
at Sl (bundle.js:2:951273)
at ll (bundle.js:2:945029)
at $o (bundle.js:2:885729)
at bundle.js:2:951268
at Sl (bundle.js:2:951273)
at il (bundle.js:2:943770)
at S (bundle.js:2:991848)
at Immediate.D (bundle.js:2:992380)
at process.processImmediate (node:internal/timers:476:21)
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 ?
so I managed to fix it by clean installing the react native debugger
- brew uninstall --cask react-native-debugger
- rm -rf ~/Library/Application Support/React Native Debugger
- brew install --cask react-native-debugger
so I managed to fix it by clean installing the react native debugger
- brew uninstall --cask react-native-debugger
- rm -rf ~/Library/Application Support/React Native Debugger
- brew install --cask 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:
yarn global add react-devtools@^4.22.0.
Has anyone fixed this issue? I have the same. Nothing of solutions does not work.
so I managed to fix it by clean installing the react native debugger
- brew uninstall --cask react-native-debugger
- rm -rf ~/Library/Application Support/React Native Debugger
- brew install --cask react-native-debugger
Its not worked for me
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):
- Open Finder
- In the top, select
Go->Go to Folder->/Users/${yourUser}/Library/Caches/ - Go to
Application Supportfolder -> Then delete the entire folder calledReact Native Debugger - Open the application again; it should be working.
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):
- Open Finder
- In the top, select
Go->Go to Folder->/Users/${yourUser}/Library/Caches/- Go to
Application Supportfolder -> Then delete the entire folder calledReact Native Debugger- Open the application again; it should be working.
It works. Great ! 💯
Having the same problem, installing it with dpkg. Removing and reinstalling does not work. I tried installing react-devtools:
yarn global add react-devtools@^4.22.0
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):
- Open Finder
- In the top, select
Go->Go to Folder->/Users/${yourUser}/Library/Caches/- Go to
Application Supportfolder -> Then delete the entire folder calledReact Native Debugger- Open the application again; it should be working.
thanks it working
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):
- Open Finder
- In the top, select
Go->Go to Folder->/Users/${yourUser}/Library/Caches/- Go to
Application Supportfolder -> Then delete the entire folder calledReact Native Debugger- Open the application again; it should be 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. The react-native-debugger version that I used is 0.14.0.


