warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
485 stars 47 forks source link

react-native-debugger compatibility #84

Open sgrund14 opened 1 year ago

sgrund14 commented 1 year ago

Is your feature request related to a problem? Please describe. I want to use this tool in the react native debugger

Describe the solution you'd like a tab in the developer console just like in a browser :) I'm using relay so can't use the apollo dev tools which integrate with react-native-debugger

image

Additional context apollo dev tools integration https://www.apollographql.com/docs/react/integrations/react-native

relevant links:

publishing apollo-dev-tools as npm package https://github.com/apollographql/apollo-client-devtools/issues/160 PR adding react-native-debugger to apollo dev tools https://github.com/apollographql/apollo-client-devtools/pull/165 PR adding apollo dev tools to react-native-debugger https://github.com/jhen0409/react-native-debugger/pull/298