Open FR073N opened 4 years ago
Try adding host
in configure method. Here localhost
work well, but sometimes I need putting my Mac's IP address
reactotron.configure({ host: 'localhost' });
or
const host = <IP_ADDRESS>
reactotron.configure({ host });
When running my application in the iOS Mac Simulator, it won't connect to Reactotron even if I should have the good configuration.
My configuration used to work before, but after some changes it doesn't anymore. I checked with the demo app and it's correctly connecting.
Package.json
Here are my app configs :
reactotron.js :
I checked with reactotron react-native demo app to compare if it's a port / hostname error, and I have exactly the same outputs when checking my ports :
My app :
The demo app which is correctly connecting to reactotron :