Skip to content

ReactoRadar v1.5.6

Choose a tag to compare

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

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 missing reduxMiddleware — if the build ran in production mode, reduxMiddleware was undefined and 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