Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 708 Bytes

InspectJs.md

File metadata and controls

27 lines (17 loc) · 708 Bytes

⚠️⚠️⚠️

React Native Desktop project support stopped..


Inspecting JS code

Inspecting code

  1. Run js server with --inspect switch:
node --inspect js-executor.js
  1. Run your react-native-desktop application

  2. Open chrome://inspect page in a Chrome browser

  3. Click on inspect link near js-executor.js Target

  4. 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