0.0.2 • Published 4 years ago

react-native-flipper-apollo-devtools v0.0.2

Weekly downloads
557
License
MIT
Repository
-
Last release
4 years ago

React Native -package to connect Flipper Apollo Client devtools

Installation guide

  1. npm install --save react-native-flipper-apollo-devtools
  2. Connect your React Native project to flipper plugin in your code:
import { enableFlipperApolloDevtools } from 'react-native-flipper-apollo-devtools'

...

enableFlipperApolloDevtools(apolloClient)
  1. Install Apollo Client devtools flipper plugin in flipper
  2. Run your app and see Apollo Devtools plugin in the left pane of Flipper
  3. Enable the plugin and go to the pane to see the devtools

Experimental

Note that currently this is an experimental alpha release and does not have all the Apollo Client devtools functionality included. Cache tab should be mostly working, but rest are placeholders. Contributions are welcome!