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?