react-native unable to download js bundle

Developer from somewhere

Got this error message:

Unable to download JS bundle. Did you forget to start the development server or connect your device?

To fix, I had to run:

react-native start

and then click reload on the AVD.