What problem does it solve?
It helps prevent regressions and long-term codebase rot in React Native plugin repositories by enforcing strict, cross-language correctness across TypeScript, Kotlin (Android), Swift (iOS), and Expo config plugin output.
Core Features & Use Cases
- Correctness & contract alignment: Ensures public API and native/wire contracts stay consistent between TypeScript types and native bridge/event wiring.
- Native-layer cleanliness checks: Blocks risky patterns like hardcoded fallbacks in Kotlin/Swift and enforces that defaults belong in the layer that owns the contract.
- Event and obfuscation integrity: Verifies NativeEventEmitter channel data array shapes/order and protects security-relevant EventIdentifiers obfuscation logic.
- Release-safe review workflow: Handles built outputs (lib/ and plugin/build/) as regenerated artifacts and focuses review on hand-written sources with clear escalation rules.
Quick Start
Ask the AI to review your React Native plugin pull request for PR#N and to produce a structured report with blockers, major issues, minor/polish notes, and a recommended action list.