ReactoRadar v1.5.7
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 setupwould skip the Redux store if it detectedRNDebugSDK— 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/RNDebugSDKfromsrc/store/).
To fix Redux on existing projects:
npx reactoradar@1.5.7 setup
This will:
- Copy the latest SDK to
src/debug/RNDebugSDK.js - Detect and fix any broken require paths in your store file
- 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