Prerequisite You should have installed Inspect first.
Features
React DevTools in Inspect provides the following capabilities:- Component Tree: Browse the complete React component hierarchy on your device
- Props & State: Inspect and modify props and state in real-time
- Hooks Inspector: Debug useState, useEffect, useContext, and custom hooks
- Component Search: Locate components by name instantly
- Highlight Updates: Visualize which components are re-rendering
Getting Started
- Connect your device via USB (iOS or Android)
- Open your React app in Safari (iOS) or Chrome (Android)
- Start debugging - the React DevTools tab appears automatically
Supported Platforms
React DevTools works with any React-based application running in a mobile browser or WebView, including:- React Native Web applications
- Ionic apps with React
- Capacitor hybrid apps
- Progressive Web Apps (PWAs) built with React