Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.17 KB

File metadata and controls

39 lines (23 loc) · 1.17 KB

🚀 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