Any pointers on how to see console logs while developing android application using react native would be very appreciated.
You can see the log by opening a terminal and entering the following command:
adb logcat *:S ReactNative:V ReactNativeJS:V
This will show all React Native logged statements on any connected devices or emulators.
In the android emulator, open the app and press F2
, then click Debug in Chrome
. That should fire up a new window in Chrome, hit F12
in that window to open up dev tools and you'll see the logs in the console.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With