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

(docs) new react-native query devtools.md #7282

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/framework/react/devtools.md
Expand Up @@ -15,6 +15,12 @@ When you begin your React Query journey, you'll want these devtools by your side

> Note that since version 5, the dev tools support observing mutations as well.

> There is a new external tool [@jsmdeleon/react-query-native-devtool](https://github.com/jossydeleon/react-native-query-devtool-monorepo)
This library provides a component specifically designed for integrating query data in React Native applications running react-query v3, and @tanstack/query v4 and v5.

> Explore and visualize your query data using the optional standalone app included with this library. Simply follow the instructions in the documentation to get started.
> Contributions to this library are welcome! If you encounter any issues or have suggestions for improvements, please visit the [GitHub repository](https://github.com/jossydeleon/react-native-query-devtool-monorepo) to contribute.

## Install and Import the Devtools

The devtools are a separate package that you need to install:
Expand Down