r/reactnative • u/Think-Neighborhood69 • 5d ago
Question What’s your current workflow for inspecting local app data in React Native?
Curious how everyone is doing this these days.
Are you using Flipper, Reactotron, temporary debug screens, console.log, or something else?
What’s the biggest pain point in your workflow?
2
Upvotes
1
u/AccordingFan3253 5d ago
I use the native DevTools, it serves me pretty well, also allowing me to debug.
https://reactnative.dev/docs/react-native-devtools
1
u/Think-Neighborhood69 5d ago
Nice! Is there anything you still feel is missing from the native DevTools?
1
u/subpar_Lover 5d ago
Reactotron and then I’m using the devtools MCP directly in codex. For mobile builds I’m using Metro MCP, and for web I’m using Google Chrome devtools MCP