This tool works with both Expo and React Native CLI projects. Just install and go.
See every route in your app and track navigation in real-time. Browse your sitemap, jump to any screen, and debug navigation issues instantly.

Browse all your app routes with stats—total, static, dynamic, catch-all, and layouts. Expand any route to see parameters.
File-based routing for Expo
Stack, tab, and drawer navigation
Auto-detection — The Route Inspector automatically detects which navigation library you're using and adapts accordingly.
npm install @buoy-gg/route-eventsThat's it. The Route Inspector auto-detects your navigation setup and appears in your FloatingDevTools menu.
Browse all app routes
Navigation event history
Jump to any route
Filter routes instantly
Export paths to clipboard
Route counts by type
Fixed path like /about
Parameterized like /user/[id]
Matches any path [...slug]
Default route for a directory
Shared UI wrapper
Organizational folders (auth)
Every navigation is tracked with:
Tap any event to open its detail page — the full route template, from/to paths, timing, segments, and params, all copyable, plus a Go to route action to jump straight there. This matches how events open in the Events tool.