Skip to content

VSCode extension that turns your editor into a fully fledged IDE for React Native and Expo.

License

Notifications You must be signed in to change notification settings

software-mansion/radon-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radon IDE

RadonIDE banner

Welcome to Radon IDE Beta 🎉

Radon IDE is an extension for VSCode and Cursor that turns the code editor into a fully fledged IDE.

✨ What does it do

Radon IDE is a VSCode and Cursor extension that aims to streamline development of React Native and Expo applications. The current version supports developing on macOS for Android and iOS platforms with the current list of features available:

  • Managing iOS and Android simulator (for now only iPhone Pro and Pixel 7 skins are available)
  • Automatically build and launch your project (keeping track of native or javascript updates automatically)
  • Integrated debugger always available – when running the project you can set breakpoints in the editor and don't need to bother with any additional configuration to get your application to stop at those breakpoints
  • Element inspector that jumps to component code
  • Integrated console log output panel that links to file/line with the log statement
  • Preview package that allows for working on components in isolation (render single component instead of the whole app)
  • Expo Router integration with browser-like URL toolbar
  • Easy access to device settings for text size and light/dark mode

💽 Installation

For installation instructions head to INSTALLATION section.

💻 Usage

See USAGE guide on how to get started after installing the extension. You can also visit Radon IDE website where we highlight the most important features.

🐛 Troubleshooting

For troubleshooting and guide on reporting issues head to TROUBLESHOOTING section.

⚒️ Extension Development

If you want to develop the extension and contribute updates head to DEVELOPMENT section.