Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link to the VSCode devtools from the react native page #12220

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/source/integrations/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,23 @@ 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)

<img class="screenshot" alt="Apollo Client Devtools in a VS Code panel" src="../assets/devtools/vscode-panel.png"/>

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):

1. Install React Native Debugger and open it.
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.

Expand Down
Loading