When I run react-native run-android
, it gives me the following error:
Could not connect to development server
We faced this issue, In order to fix this, solution is dead simple is below.
Basically this error tells that your current build got failed due to reasons like Code issue or dependency issue.
Click here for more details