If I want to connect devtools with a simulator, it works. When I try an iPhone device connected by USB, I see a message "Waiting for React to connect…"
React Native Debugger app version: [0.7.13]
React Native version: [0.52.0]
Platform: [macOs Sierra 10.12.6, iOS 11.2.6, Xcode 9.2]
Is real device of platform: [Yes]
Operating System: [macOs Sierra 10.12.6]
Please read the How to use it with real device? section in the documentation.
@jhen0409 It means that under 0.53 it doesn't work at all or I should use older version of react-native-debugger?
It means that under 0.53 it doesn't work at all or I should use older version of react-native-debugger?
That documentation just mentioned about RN versions. Under v0.53 you need to change the setupDevtools file manually.
Ok, thanks