Router integration
The Radon IDE integrates with your deep-linked application allowing you to jump around the navigation structure. The extension automatically detects the changes in the navigation state and keeps track of the visited routes.
Radon IDE router integration supports both Expo Router and React Navigation projects.
Using the integration
The router integration consists of 3 features:
- Back button - goes to the previous URL route in the navigation history.
- Go to main screen button - navigates to the
/
route. - URL select - a drop-down that allows to quickly visit recently used and all visited navigation URLs. Clicking on one of the displayed URLs will take you to that particular screen.