InspectJs.md
February 16, 2021 ยท View on GitHub
:warning::warning::warning:
React Native Desktop project support stopped..
Inspecting JS code
Inspecting code
- Run js server with
--inspectswitch:
node --inspect js-executor.js
-
Run your
react-native-desktopapplication -
Open
chrome://inspectpage in a Chrome browser
-
Click on
inspectlink nearjs-executor.jsTarget -
Chrome devtools will open where you can see console output of your application and debug it.

Inspecting UI
Read how to investigate UI structure with react-devtools