Answers for "react native run on a particular emu"

0

react native run on a particular emu

npx react-native run-android --deviceId=DEVICE_ID
or
npm run android -- --deviceId=DEVICE_ID

To see available devices ids:
adb devices//emulator-????
Posted by: Guest on May-20-2021

Code answers related to "react native run on a particular emu"

Code answers related to "Javascript"

Browse Popular Code Answers by Language