Using console.log

suggest change

You can print log message in the terminal using console.log(). To do so, open a new terminal and run following command for Android:

react-native log-android

or following command if you are using iOS:

react-native log-ios

You will now start to see all the log message in this terminal

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Debugging:
*Using console.log

Table Of Contents