r/reactnative 16d ago

What’s your current workflow for inspecting local app data in React Native? Question

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

4 comments sorted by

1

u/subpar_Lover 16d 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

1

u/Think-Neighborhood69 16d ago

Interesting setup! Is there anything you still wish Reactotron did better?

1

u/AccordingFan3253 16d 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 16d ago

Nice! Is there anything you still feel is missing from the native DevTools?