how to stop react native automatically starting the emulator and not connecting to my smartphone
So, after testing my app on my emulator I tried to run it on my device on my phone. I have enabled the developer option with USB debugging. whenever I type npm run android it automatically starts my emulator, even…