Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kacperkapusciak/d89c9e43c685e5874b2516d48b1c4033 to your computer and use it in GitHub Desktop.
Save kacperkapusciak/d89c9e43c685e5874b2516d48b1c4033 to your computer and use it in GitHub Desktop.
React Native Debugging Tools Comparison
Feature React Native DevTools Radon IDE Reactotron Xcode & Android Studio
Logs ✅ (Native Logs)
JavaScript Debugger
Network Inspector ⚠️ (Unstable) ✅ (Native Traffic)
React DevTools
Memory Profiling ✅ (JS Heap) ✅ (Native Memory)
CPU Profiling ✅ (React) ✅ (JS, React) ✅ (Native)
Jump from Preview to Code
Redux DevTools
Local Storage Inspection
Device Simulation
Native View Hierarchy
VS Code Integration
Usage Separate Chrome Window Editor Extension Desktop App Desktop App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment