Answers for "how to run react native app in specific android emulator"

2

run react native on android emulator command

npx react-native run-android
Posted by: Guest on March-19-2021
0

react native run on specific emulator

// android
react-native run-android --deviceId=DEVICE_ID
// list devices ids
adb devices
// ios
npx react-native run-ios --simulator=DEVICE_NAME
// list devices names
xcrun simctl list devices
Posted by: Guest on December-15-2021

Code answers related to "how to run react native app in specific android emulator"

Browse Popular Code Answers by Language