react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools

MIT License

Downloads
24.3K
Stars
10.4K
Committers
65
react-native-debugger - v0.9.7

Published by jhen0409 over 5 years ago

Bug fix

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.9.5

Published by jhen0409 over 5 years ago

Improvements & Features

  • Enable performance tab in production build. (#320) @Gongreg
  • Support RN ^0.59.0-rc.0 for Debugger and NPM package (#321) @jhen0409
  • RN 0.59: Avoid AsyncStorage warning by re-wrap the native module (#324) @jhen0409

Bug fix

  • Remove origin header on network calls. (#323) @Gongreg

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.9.6

Published by jhen0409 over 5 years ago

Bug fix

  • DeltaPatcher: Fix isLegacy check for RN versions <= 0.57 (Fixes #325) @jhen0409

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

NOTE Due to #326, the binaries of this release was re-upload

react-native-debugger - v0.9.4

Published by jhen0409 over 5 years ago

Bug fix

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.9.3

Published by jhen0409 over 5 years ago

Bug fix

  1. Fix handleApolloClient in case of modules is undefined (https://github.com/jhen0409/react-native-debugger/commit/ca11116172b8bb8a2dd57294cbb76c0369436910)
  2. Ignore Apollo DevTools interval check for MessageQueue.spy (#313)

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.9.2

Published by jhen0409 over 5 years ago

react-native-debugger - v0.9.1

Published by jhen0409 over 5 years ago

Bug fix

  1. Fix extension path of apollo-client-devtools for packaged app (https://github.com/jhen0409/react-native-debugger/commit/ff9c9047de374b20ed8ddcf9aba560fbf0ca6c14)

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.9.0

Published by jhen0409 over 5 years ago

Improvements & Features

  1. Add Apollo Client DevTools (#298) @Gongreg
  2. Bump React DevTools version to ^3.6.0 (https://github.com/jhen0409/react-native-debugger/commit/6f5334214240ad9b09f38f68d0ec5b183133cfa6)

Bug fix

  1. Fix context menu on React Native ^0.58 (https://github.com/jhen0409/react-native-debugger/commit/bb308409a362fafa879d607dc653e5c35dea3dd0)
  2. Add missing __REDUX_DEVTOOLS_EXTENSION__.disconnect API (https://github.com/jhen0409/react-native-debugger/commit/df5280ead7abb5d2a69325fca8ad5d2067c0d222)

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.8.3

Published by jhen0409 over 5 years ago

Bug fix

  • Fixed to work with RN 0.58+ (#307) @Eugnis

Improvements

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.8.2

Published by jhen0409 almost 6 years ago

Bug fix

  • Adds check for first query param for deltaBundleId (#277) @rorydbain

Improvements

  • Upgrade React Devtools Dependency (#295) @phil-flyclops

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.8.1

Published by jhen0409 about 6 years ago

Bug fix

  • Do notify before autoUpdater.checkForUpdates (#272)
  • Rename defaultRNPackagerPorts as correct config field name (#271) @eyeccc

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.7.21

Published by jhen0409 about 6 years ago

Bug fix

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.8.0

Published by jhen0409 about 6 years ago

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

react-native-debugger - v0.7.20

Published by jhen0409 over 6 years ago

Bug fix

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.7.19

Published by jhen0409 over 6 years ago

Improvements

  • Add the recently changes from redux-devtools-extension (#248)
  • Set global.Blob to global.originalBlob before deleting global.Blob for rn > 0.54 compatability (#246) @ CNDW

Bug fix

  • Fix context menu functions for RN 0.56 (#247)
  • Update debugger from upstream (#240)

Current version of RNDebugger is based on Electron 1.7.15 (Chromium 58).

react-native-debugger - v0.7.18

Published by jhen0409 over 6 years ago

Improvements

  • [update] Improve dialog wording slightly #221 @alloy

Bug fix

Current version of RNDebugger is based on Electron 1.7.12 (Chromium 58).

react-native-debugger - v0.7.17

Published by jhen0409 over 6 years ago

Bug fix

  • Send callFunctionReturnFlushedQueue event after waiting application script executed, this is fix for RN 0.45 (#219)
  • Toggle network inspect after define support var on patchFetchPolyfill, this is follow up work of #217. (#220)

Current version of RNDebugger is based on Electron 1.7.12 (Chromium 58).

react-native-debugger - v0.7.16

Published by jhen0409 over 6 years ago

Bug fix

  • Check if Delta Bundler available, it is fix for RN v0.50 and v0.51 #215
  • Fix Blob error (RN >= 0.54) for use fetch if Network Inspect enabled #217

Current version of RNDebugger is based on Electron 1.7.12 (Chromium 58).

react-native-debugger - v0.7.15

Published by jhen0409 over 6 years ago

Bug fix

Current version of RNDebugger is based on Electron 1.7.12 (Chromium 58).

react-native-debugger - v0.7.14

Published by jhen0409 over 6 years ago

Improvements & Features

Current version of RNDebugger is based on Electron 1.7.12 (Chromium 58).

Package Rankings
Top 1.15% on Npmjs.org
Top 3.96% on Proxy.golang.org
Badges
Extracted from project README
Backers on Open Collective Sponsors on Open Collective CI Status
Related Projects