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
In my case, I've forgotten to add Sudo. Fixed as follows,
sudo npx react-native run-android