v0.8.0
Improvements & Features
- Update react-devtools-core for supporting react-profiler (#262) @liuqiang1357
- Implement root config file in home directory (#165)
Bug fix
- Fix context menu functions on RN 0.57 (#263)
Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).
After we upgraded react-devtools-core
, we no longer supported RN versions <= 0.42.
NOTE If it caused error Could not read from localStorage. SyntaxError: Unexpected token C in JSON at position 0
, it may from some breaking change of react-devtools-core
, you can try to clear local storage and restart RNDebugger again. Related issue: #267