π§ What Rozenite Navigation Inspector does
πΊοΈ Sitemap view
Browse all available routes generated from React-Navigation/Expo Routerβs compile-time route tree, with visited-route tracking so you can see which routes have actually been navigated to at runtime.
β¨ Route autocomplete
Get fuzzy-matched route suggestions by combining:
- the sitemap (compile-time routes)
- the navigation tree (runtime structure)
- the device route list
This makes navigating and testing routes much faster, especially in larger apps.
π§© Dynamic route detection
Dynamic segments like [id] and [...slug] are automatically detected and highlighted in the sitemap, including their parameter names, making it easier to understand and reason about dynamic paths.
π Navigation event inspection
Observe navigation events as they happen to better understand push, pop, and route change behavior at runtime.
π§ͺ Project status & feedback
This is an early-stage open-source project, and Iβm actively looking for:
- Feedback on the current feature set
- Testers using different Expo Router setups and app sizes
- Bug reports, edge cases, and improvement ideas (via issues)
If you find the tool useful, please consider βοΈ starring the repository β itβs free to use, but stars really help with visibility and motivation.
π Repository
The project is hosted on GitHub:
https://github.com/IronTony/rozenite-navigation-inspector
Questions, suggestions, and discussions are more than welcome.
Thanks for checking it out π

Top comments (0)