From f073f40259fe3cc75c95b3b4e1da1677c14d9035 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Fri, 13 Dec 2024 17:44:39 +0100 Subject: [PATCH] link to the VSCode devtools from the react native page --- docs/source/integrations/react-native.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/source/integrations/react-native.md b/docs/source/integrations/react-native.md index 3990bdffde4..78ea0eb8897 100644 --- a/docs/source/integrations/react-native.md +++ b/docs/source/integrations/react-native.md @@ -38,7 +38,15 @@ For more information on setting up Apollo Client, see [Getting started](../get-s ## Apollo Client Devtools -#### 1. Using [React Native Debugger](https://github.com/jhen0409/react-native-debugger) +#### 1. Using the VS Code [Apollo GraphQL extension](https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo) + +Apollo Client Devtools in a VS Code panel + +The Apollo GraphQL VSCode extension comes with the Apollo Client Devtools bundled, and these can be used with React Native. + +See [Developer tools - Apollo Client Devtools in VS Code](../development-testing/developer-tooling/#apollo-client-devtools-in-vs-code) for setup instructions. + +#### 2. Using [React Native Debugger](https://github.com/jhen0409/react-native-debugger) The React Native Debugger supports the [Apollo Client Devtools](../development-testing/developer-tooling/#apollo-client-devtools): @@ -46,7 +54,7 @@ The React Native Debugger supports the [Apollo Client Devtools](../development-t 2. Enable "Debug JS Remotely" in your app. 3. If you don't see the Developer Tools panel or the Apollo tab is missing from it, toggle the Developer Tools by right-clicking anywhere and selecting **Toggle Developer Tools**. -#### 2. Using [Flipper](https://fbflipper.com/) +#### 3. Using [Flipper](https://fbflipper.com/) A community plugin called [React Native Apollo devtools](https://github.com/razorpay/react-native-apollo-devtools) is available for Flipper, which supports viewing cache data.