ReactoRadar v1.5.6
What's New in v1.5.6
Critical Fix — Redux Setup
- Fixed wrong require path: The setup script was injecting
require('./src/debug/RNDebugSDK')into store files — this resolved from the store file's directory (e.g.src/store/), creating an invalid path. Now computes the correct relative path from the store file to the SDK (e.g.../debug/RNDebugSDK). - Fixed production export: The
!__DEV__fallback was missingreduxMiddleware— if the build ran in production mode,reduxMiddlewarewasundefinedand Redux silently broke. Now exports a proper no-op middleware.
Fix — SDK Setup Reliability
- Error handling for SDK copy: Setup now validates the source SDK exists, checks write permissions, and verifies the file was actually created — with clear error messages if anything fails.
Action Required
If Redux was previously not working, re-run setup in your RN project:
npx reactoradar@1.5.6 setup
Downloads
- ReactoRadar-1.5.6-arm64.dmg — macOS installer (Apple Silicon)
- ReactoRadar-1.5.6-arm64-mac.zip — Portable zip archive