Is there a way to log the values of console.log inside the browser liek we can do it with the React Native CLI?

for some reason the log messages in the Expo XDE aren’t that readable / friendly / whatever. Can i see the log messages on the browser ?

You can turn on chrome debugging in the dev menu, just like in raw React Native.

1 Like

But im unable to run ios simulator from XDE. It doesnt work on my expo XDE.