You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/jhen0409/react-native-debugger is gradually losing love from the RN community because Flipper was the go to solution.
Now Flipper is getting replaced with an integrated Chrome debugger.
Actual outcome:
I have added the extension to my browser, but without much surprise, it doesn't connect to my react native app.
I'm curious if I am missing something, or if it's not possible for now.
Thank you!
How to reproduce the issue:
Install the Chrome extension
Start the RN app in DEV mode, with connectToDevTools: true,
Try to connect the client to the dev tool in Chrome
It times out
Desktop (please complete the following information):
OS: [e.g. iOS] Android
Browser [e.g. chrome, safari] Chrome
Browser version [e.g. 22] 126.0.6478.62 (Official Build) (arm64)
Extension version [e.g. 3.0] Latest 4.15.2
The text was updated successfully, but these errors were encountered:
I'm a bit unfamiliar with any of the RN debuggers as I've not worked much with React Native, but cool to hear an integrated Chrome debugger is there.
The devtools work by relying on the client instance setting window.__APOLLO_CLIENT__ to itself when connectToDevTools is true. Is the RN app a remote instance? Perhaps check to see if window.__APOLLO_CLIENT__ is getting set in the browser?
I'll have to dig into the specifics of how the Chrome debugger and RN work together, but I'm afraid I have some other priorities at the moment so I can't commit to anything yet.
Intended outcome:
I want to use the Apollo Client Devtools in a React Native project, without Flipper or the React Native Debugger (https://github.com/jhen0409/react-native-debugger).
https://github.com/jhen0409/react-native-debugger is gradually losing love from the RN community because Flipper was the go to solution.
Now Flipper is getting replaced with an integrated Chrome debugger.
Actual outcome:
I have added the extension to my browser, but without much surprise, it doesn't connect to my react native app.
I'm curious if I am missing something, or if it's not possible for now.
Thank you!
How to reproduce the issue:
connectToDevTools: true,
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: