Provides a plugin-based interface to debug React Native and Expo applications, enabling runtime inspection and interaction via the Chrome DevTools Protocol without app code changes.
Sponsored
Metro is a Windows application designed to streamline the debugging and inspection of React Native and Expo apps. It connects to your app's runtime via the Metro bundler and the Chrome DevTools Protocol, allowing developers to view runtime state, track issues, and execute common debug actions from a centralized interface. A key feature is its plugin-based architecture, which allows users to customize the tool with only the necessary features, fostering a focused yet extensible debugging environment without requiring changes to the app's source code for most tasks.
Key Features
010 GitHub stars
02Runtime data and app state inspection for React Native apps
03Chrome DevTools Protocol (CDP) integration for network and runtime activity
04Plugin-based architecture for customizable and extensible functionality
05Automation of debugging steps during development
06Connects to Metro bundler without requiring app code modifications
Use Cases
01Inspect React Native and Expo app runtime behavior
02Debug issues efficiently without modifying app source code
03Automate repetitive checks and actions during the development process