Skip to content

bgaleotti/react-query-native-devtools

Repository files navigation

react-query-native-devtools

Plugin for Flipper for the React Query React Query similar to React Query Devtools experience.

Flipper plugins contain two parts:

  • The client plugin that should be put inside your application. Its role is get data from QueryClient and send it to Flipper.
  • Flipper desktop plugin. It listens for data which client plugin sends and renders it in Flipper.

This is a monorepo for two packages:

The package for your React Native project to work with React Query. Installation and usage are here.

Desktop plugin for the flipper. To use - search for the flipper-plugin-react-query-native-devtools in the plugin menu.

More details is here.