jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.36k stars 809 forks source link

Apollo devtools tab not showing #721

Closed matomesc closed 1 year ago

matomesc commented 2 years ago

React Native Debugger app version: [0.13.0] React Native version: [0.69.5] Platform: [Android] Is real device of platform: [No] Operating System: [Windows]

I'm trying to access the apollo client devtools but the Apollo tab is not showing in the debugger. Toggling the devtools doesn't work. I'm using @apollo/client version 3.6.9.

Jonatthu commented 1 year ago

Did you configure apollo client with connectToDevTools: true?