Skip to content

razorpay/react-native-apollo-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 React Native Apollo Devtools

This plugin offers feature parity with the official devtool for React Native since the official apollo client devtool only supports web platform and does not supports React Native.

📱 Setting up mobile app

  1. Install dependency
yarn add -D react-native-apollo-devtools-client
  1. Initialize the plugin with apollo client
import { apolloDevToolsInit } from 'react-native-apollo-devtools-client';

const client = new ApolloClient({
    // ...
})

if(__DEV__){
    apolloDevToolsInit(client);
}

⭐ Stargazers

Stargazers repo roster for @razorpay/react-native-apollo-devtools

📝 License

Licensed under the MIT License.

Link to our Code of Conduct

About

Flipper plugin to debug apollo client cache for React Native

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors