How to do logging in React Native?

前端 未结 30 3404
不思量自难忘°
不思量自难忘° 2020-11-30 17:08

How can I log a variable in React Native, like using console.log when developing for web?

30条回答
  •  情深已故
    2020-11-30 17:36

    Users with Windows and Android Studio:

    You're going to find it under Logcat in Android Studio. There are a lot of logging messages that show up here, so it may be easier for you to create a filter for "ReactNativeJS" which will only show your console.log messages that are created inside your react native application.

提交回复
热议问题