react-native-flipper-apollo-devtools
v0.0.2
Published
### Installation guide
Downloads
866
Readme
React Native -package to connect Flipper Apollo Client devtools
Installation guide
npm install --save react-native-flipper-apollo-devtools
- Connect your React Native project to flipper plugin in your code:
import { enableFlipperApolloDevtools } from 'react-native-flipper-apollo-devtools'
...
enableFlipperApolloDevtools(apolloClient)
- Install Apollo Client devtools flipper plugin in flipper
- Run your app and see Apollo Devtools plugin in the left pane of Flipper
- 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!