react.common.javaScriptException: Error: host no válido
Probably it's an error on your Reactotron host config.
You can run this command to see which module is sending this error:
find node_modules/ -type f -exec grep -H 'invalid host' {} \;
Tarik