Console.log() logging to where ?

Hello everyone,
I am in shame for the problem but for hours i am not able to work console.log().
I have the simpliest code.


For Gods sake, to which console/where this console.log() command logs ?

Hi

In development mode (expo start), the console logs will print to the terminal where you ran expo start when the “experience” runs in the Expo app on your device (or in the simulator/emulator).

If you use the browser interface, the logs also appear there, but you have to select the device in the list on the left.

Or you can see both the “process” and “device” logs side by side by clicking the icon on the top right.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.