I am able to debug my react-native application in vs code. But I should do a few additional things every time when I want to debug.
- First I should start
npm start
- The app starts the default debugging in chrome. Now I should close the browser tab.
- Start debugger in visual studio code and restart debug mode in the expo.
Instead of this, is it possible to start debugger in vs code directly instead of the above procedure?
CodePudding user response:
You can React Native Tools. It is one of the ways to debug a react native app using vs code.
Another tool that can be used is Flipper.
CodePudding user response:
You can use chrome debugger and flipper