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