Answers for "windows react native run iphone real device command line"

3

react native run on device command line

npm install -g ios-deploy
# Run on a connected device, e.g. Max's iPhone:
react-native run-ios --device "Max's iPhone"
Posted by: Guest on February-28-2020
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 "windows react native run iphone real device command line"

Code answers related to "Javascript"

Browse Popular Code Answers by Language