Socket
Socket
Sign inDemoInstall

react-native-flipper-apollo-devtools

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-flipper-apollo-devtools

### Installation guide


Version published
Weekly downloads
245
decreased by-35.86%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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!

FAQs

Last updated on 13 Oct 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc