I am completely new to react-native and android. I have downloaded a project from Github and used commands yarn install and react-native run-android to
yarn install
react-native run-android
your project is missing the keystore to debug env
see this answer on github
add debug.keystore to android/app directory
don't forget to add it to .gitignore
android/app/debug.keystore