Wemimo
Wemimo
If you're having this issue with an expo app, make sure "packagerPort": 19001 is on the same port with "devToolsPort": 19001 on your packager-info.json in .expo folder.
@rgomezp You might need to change the ports to match each other after running `expo start`, save changes then open devtools. Also if you're using `remote-redux-devtools` I'd suggest you use...
If you're having this issue with an expo app, make sure `"packagerPort": 19001` is on the same port with `"devToolsPort": 19001` on your packager-info.json in .expo folder.