React Native Run na konkretnej EMU
npx react-native run-android --deviceId=DEVICE_ID
or
npm run android -- --deviceId=DEVICE_ID
To see available devices ids:
adb devices//emulator-????
Alexandre Dao