Very Common Issues
While running android emulator from react native using:
npx react-native run-android
No emulators found as an output of emulator -list-avds
Solution:
source ~/.bash_profile
then run, adb devices and you will find your emulator !
then run
npx react-native run-android
Now your project will run successfully on Android Emulator.