Answers for "android 12 react native physical device run react native cli"

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 "android 12 react native physical device run react native cli"

Code answers related to "Javascript"

Browse Popular Code Answers by Language