The debugger Expo developers actually want.
Inspect every network request and console log from your Expo or React Native app, in real time. No IPs to hardcode, no Wi-Fi tears — just open the desktop app and run your project.
Works with Expo SDK 49+, dev clients, simulators and physical devices.

Everything you need to see what your app is doing
Built like Flipper. Sized like a small CLI. Free and open source.
Real-time network
Capture every fetch and axios call as it happens. Headers, body, timing, status — all of it.
Console with stack traces
console.log / warn / error / info / debug streamed live, with automatic stack traces for the noisy ones.
Zero-config auto-discovery
Desktop publishes itself over mDNS, agent finds it. No IPs in your code. Survives Wi-Fi changes.
Edit & Replay
Right-click any request to tweak method, URL, headers, body — then re-send. Postman in your debugger.
Collections
Save useful requests, group them by project, replay later. Persists across restarts.
Production safe
The Expo config plugin strips permissions and runtime code from release builds. Your store binary sees nothing.
Three steps. That's it.
Install the agent
Add the npm package and the mDNS native module to your Expo project.
Add the config plugin
Drop "rexpo-debugger" into expo.plugins and rebuild your dev client.
Open the desktop app
It auto-publishes itself. Run your app and watch traffic flow in within seconds.
npm install --save-dev rexpo-debugger
npx expo install react-native-zeroconfStop printf-debugging your network layer.
Free, MIT-licensed, no telemetry, no account. Just download and go.
github.com/omeremreelmali/rexpo-debugger/releases/latest