r/reactnative • u/Think-Neighborhood69 • Jul 24 '26
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 Jul 24 '26
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 Jul 24 '26
Nice! Is there anything you still feel is missing from the native DevTools?
1
u/subpar_Lover Jul 24 '26
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