Open source
npm packages
Tooling I build and maintain on npm: 12 packages across 3 open-source projects, each shipping with full documentation here.
6 packages on npm
react-native-deeplink-devtools
Deep-link tooling for React Native: inspect your app's route table, validate universal links (AASA) and Android App Links (assetlinks.json), open links on simulators and devices, debug matches live, and generate TypeScript types for your deep links.
Also ships a GitHub Action that runs the same checks in CI, distributed from the repo rather than npm. GitHub Action docs
5 packages on npm
react-native-release-health
Vendor-neutral OTA rollout health for React Native: tag every session with the active update, put fresh updates on probation, detect crash-looping rollouts on the device, and recommend or trigger rollback, exported to your own endpoint or Sentry.
1 package on npm
react-native-doctor-ci
Policy-as-code CI gate for React Native dependency health: fail pull requests that add abandoned, non-New-Architecture, or npm-deprecated dependencies, with inline annotations and an allowlist workflow.
Also ships a composite GitHub Action that runs the changed-only PR check, distributed from the repo rather than npm. GitHub Action docs