From 5ce2734e7aaaa5e7a01ef4521d340ec409a65213 Mon Sep 17 00:00:00 2001 From: Davyd NRB <4661784+retyui@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:25:36 +0100 Subject: [PATCH] Enhance DevTools support with Rozenite Plugin Updated the DevTools support section to include the Rozenite Plugin for React Native DevTools users, enhancing the available debugging options. --- docs/framework/react/react-native.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/framework/react/react-native.md b/docs/framework/react/react-native.md index 17f3d2ea118..48f76f8b957 100644 --- a/docs/framework/react/react-native.md +++ b/docs/framework/react/react-native.md @@ -9,13 +9,15 @@ React Query is designed to work out of the box with React Native. There are several options available for React Native DevTools integration: -1. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application: +1. **Rozenite Plugin**: A 3rd party plugin for [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) users: https://www.rozenite.dev/docs/official-plugins/tanstack-query + +2. **Native macOS App**: A 3rd party app for debugging React Query in any js-based application: https://github.com/LovesWorking/rn-better-dev-tools -2. **Flipper Plugin**: A 3rd party plugin for Flipper users: +3. **Flipper Plugin**: A 3rd party plugin for Flipper users: https://github.com/bgaleotti/react-query-native-devtools -3. **Reactotron Plugin**: A 3rd party plugin for Reactotron users: +4. **Reactotron Plugin**: A 3rd party plugin for Reactotron users: https://github.com/hsndmr/reactotron-react-query ## Online status management