react native run on a particular emu code example
Example: 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-????
npx react-native run-android --deviceId=DEVICE_ID
or
npm run android -- --deviceId=DEVICE_ID
To see available devices ids:
adb devices//emulator-????