Run react-native with emulator
List Emulator Devices: emulator -list-avds Example: Pixel_2_API_28 Run app with emulator: emulator @{device_name} & react-native run-android Example: emulator @{Pixel_2_API_28} & react-native run-android