Equivalent of web browser debugging experience in production

Hi

I’m new to React Native and Expo - pardon the ignorance and potentially duplicate question.
As a web developer, when a user reports an issue on a web app, i can ask try and reproduce the issue from my own device (if necessary i can ask them for their login credentials to repro etc). Then I can use my browser’s tools (DOM inspector, console, network, etc) to figure out what’s going on.

What is the equivalent of that flow with a React Native app? How can i debug what’s going on in production even if i have the device in hand (if it’s mine for example)? How can i see what’s being console.log by the app’s code?

Thanks

1 Like