Element inspector
Element inspector lets you quickly jump from the device preview to the exact line of code where given component is defined.
Debugging and logging
Breakpoints can be a powerful debugging tool. Thanks to Radon IDE, breakpoints work in VSCode without any additional setup for React Native and Expo projects.
Router integration
The Radon IDE integrates with your deep-linked application allowing you to jump around the navigation structure.
Device settings
Radon IDE allows you to adjust various device settings right from VSCode.
Screen recording
Radon IDE has access to what is happening on the device preview screen. It allows you to take screenshots and record the screen.
Previews
Previews allow you to develop components in complete isolation from the rest of your application.
Dev Tools
Radon IDE comes with support for launching Dev Tools as separate panels within VSCode or Cursor.
Network Inspector
Radon IDE comes with a Network Inspector panel allowing you to inspect network traffic. The tool will capture and list all requests of fetch and XMLHttpRequest triggered by the JavaScript code. The panel works for both React Native CLI and Expo applications.
Storybook integration
Radon IDE seamlessly integrates with Storybook. The extension automatically detects Storybook stories and provides a quick access to run them in the device preview.
Radon AI
Radon AI is a dedicated React Native AI assistant enhanced with up-to-date information about the React Native ecosystem. At its heart is our extensive React Native knowledge database, which is queried before answering your question.