Skip to content

ReactoRadar v1.5.7

Choose a tag to compare

@sharanagouda sharanagouda released this 03 Jun 12:33
· 20 commits to main since this release

What's New in v1.5.7

Critical Fix — Redux Setup Re-run

  • Setup now fixes broken Redux paths on re-run: Previously, re-running npx reactoradar setup would skip the Redux store if it detected RNDebugSDK — even if the require path was wrong. Now it detects stale/incorrect paths and repairs them automatically.
  • Verified end-to-end: SDK copy, entry file patching, Redux middleware wiring, and re-run path repair all tested and confirmed working.

Updated Documentation

  • README updated with correct Redux wiring instructions using relative paths (e.g. ../debug/RNDebugSDK from src/store/).

To fix Redux on existing projects:

npx reactoradar@1.5.7 setup

This will:

  1. Copy the latest SDK to src/debug/RNDebugSDK.js
  2. Detect and fix any broken require paths in your store file
  3. Wire the Redux middleware if not already done

Downloads

  • ReactoRadar-1.5.7-arm64.dmg — macOS installer (Apple Silicon)
  • ReactoRadar-1.5.7-arm64-mac.zip — Portable zip archive