Skip to content

v0.8.0

Compare
Choose a tag to compare
@jhen0409 jhen0409 released this 29 Sep 10:33
e6f7fa5

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