I am trying to run my react native app on my real android device as the laptop gets too hot while using Android studio (8 Gb RAM, the pain). Hence, I enabled my USB debugging, p
You should follow these steps to connect with the bundler.
Make sure that the app and bundler using the same network.
If you are using android add this code in your androidMenifest.xml file.
.......
if you are adding localhost in the developer setting try to add your IP address like this, yourIP:yourPort
example: 192.168.89.24:8081