I built a react-native app for Windows (https://github.com/Microsoft/react-native-windows). The app runs fine on my development machine, but if I copy the EXE (and DLL dependencies) to another machine and run, I get the error message
Unable to Download the JS bundle. Did you forget to start the development server or connect your device?
Is there a way to build a self-contained app that does not depend on a "development server"?