Answers for "test react native app on real device"

0

react native run real device

Through USB debugging:
adb -s <device name> reverse tcp:8081 tcp:8081
(To find device name : *adb devices*)
Posted by: Guest on December-15-2021

Code answers related to "test react native app on real device"

Code answers related to "Javascript"

Browse Popular Code Answers by Language