I had an issue in my React-Native project which was working fine earlier but suddenly it stopped working. Whenever I used the command:
react-native run-andro
My working solution is below, none of the above worked for me:
CD into your project folder and type expo start --android.
Or the long way:
It will install expo on the virtual device and you can test from there