I have an react-native Expo project which i want to run in Android Studio to be able to debug it there.
So far, I installed everything, connected a device to laptop, but i am not running it in Android Studio. I run the project with "npm start", scan QR code to install it to the device. As the result, I keep seeing "no debuggable process" in Android Monitor.
When I click "run" menu in Android Studio, it shows a "run" popup box and clicking which opens the "configuration" window.
I think I am missing something in configuration and not running the project using android studio, that is why I am not being able to debug it. How do I configure it? I find no manual. Please help!