0.3.1 • Published 6 months ago

@dev-plugins/react-query v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@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>
  );
}
0.1.0

11 months ago

0.3.0

6 months ago

0.2.0

7 months ago

0.3.1

6 months ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago