I have an app working on a local emulator that is updating live and doing all the things it should be doing.
I also have a physical device connected via USB, and deploying to the device through 'run-android' works successfully, so the bridge is working.
However, the app only shows the default react native welcome screen. Any attempt to update the app results in "Could not connect to development server".
I have tried the suggestions on the screen and they aren't helping. Where do I go next?