- Run js server with
--inspectswitch:
node --inspect js-executor.js-
Run your
react-native-desktopapplication -
Click on
inspectlink nearjs-executor.jsTarget -
Chrome devtools will open where you can see console output of your application and debug it.
Read how to investigate UI structure with react-devtools

