CLI-created apps have the ability to setup the react instance with settings via ReactInstanceSettings. These settings control various behaviors such as enabling live reload, setting a debug host, etc.
Currently you need to modify the native code to set these and rebuild. It would be nice if there was a way to plumb through ReactInstanceSettings via the CLI.