tools / env
Half of "works on my machine" is environment drift. Buoy Env shows every environment variable your React Native app actually loaded — auto-discovering EXPO_PUBLIC_ vars — and validates each one against the type and shape you expect, with a health score that makes a bad build obvious in one glance.
npm i @buoy-gg/env



All env vars with a health score. Missing, invalid, and misconfigured variables are flagged immediately.
Catch type mismatches instantly — see the actual value, its detected type, and what was expected.
Assert URLs, keys, and enums with validators that show the current value, expected value, and helpful context when they fail.
Check the env of any build — the staging build in QA's hands included — without a rebuild or a log statement.
Add Environment Inspector to your app
Free for on-device debugging. Two-minute install, no native code.
npm i @buoy-gg/core