adb logcat -s ReactNativeJS

Category: React Native & Mobile

adb logcat -s ReactNativeJS

Show only React Native JavaScript logs

logcat is Android's system log. The -s flag filters to the ReactNativeJS tag, so you see console.log output from your JS code without the noise of every other system message.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.