You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@dev-plugins/react-query

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dev-plugins/react-query

Expo DevTools Plugin for TanStack Query

0.3.0
Source
npmnpm
Version published
Weekly downloads
58K
-2.08%
Maintainers
2
Weekly downloads
 
Created
Source

@dev-plugins/react-query

A TanStack Query DevTool that can run in an Expo App

Installation

Add the package to your project

npx expo install @dev-plugins/react-query

Integrate react-query with the DevTool hook

import { useReactQueryDevTools } from '@dev-plugins/react-query';

const queryClient = new QueryClient(...);

export default function App() {
  useReactQueryDevTools(queryClient);

  return (
    <View>
      {/* ... */}
    </View>
  );
}

Keywords

expo

FAQs

Package last updated on 02 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts