I'm using "react-native": "0.64.1", and download the latest version of debbuger 0.11.9 and it is waiting for the connection ...
Can you check & update the react-devtools-core version in the app project? Maybe related to this problem.
Is it should connect on 0.64 if hermes enabled on ios?
@Natteke Hermes is currently not supported, please follow #573.
I believe I'm encountering the same issue after upgrading to Expo SDK 41 (React Native 0.63.2, react-devtools-core 4.13.4). On both iOS and Android, Expo Go waits at the downloading update message until the attempt to connect to the remote debugger times out and an error message is displayed. Connecting to the browser-based debugger UI that ships with Expo does work, but is obviously not as helpful as all the tools provided by this project!
Most helpful comment
I believe I'm encountering the same issue after upgrading to Expo SDK 41 (React Native 0.63.2, react-devtools-core 4.13.4). On both iOS and Android, Expo Go waits at the downloading update message until the attempt to connect to the remote debugger times out and an error message is displayed. Connecting to the browser-based debugger UI that ships with Expo does work, but is obviously not as helpful as all the tools provided by this project!