usb react native device not found

Solutions on MaxInterview for usb react native device not found by the best coders in the world

showing results for - "usb react native device not found"
Yasmina
06 May 2020
1$ adb devices
2List of devices attached
3emulator-5554 offline   # Google emulator
414ed2fcc device         # Physical device
5
Mario
26 Sep 2017
1$ adb -s <device name> reverse tcp:8081 tcp:8081
2