To run React Native in Android, we have to follow these:
  • First, enable the USB Debugging option inside the Developer Options.
  • Plug the device via USB to the development machine.
  • Run adb devices command to check that the device is correctly connected to ADB
  • Now install and launch your app by using the below-given command.

$ react-native run-android

BY Best Interview Question ON 27 May 2021