How to Debug React Native with VS Code
Basic
Instruction
- see https://facebook.github.io/react-native/
npm install -g react-native-cli- install React Native Tools extension
debugging with iOS Simulator
- start your app:
npm start - press
ito launch iOS Simulator - wait for launching your app
- press
⌘+Don iOS Simulator to start debugging