@dev-plugins/apollo-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@dev-plugins/apollo-client

An Apollo Client DevTool that can run in an Expo App

Installation

Add the package to your project

npx expo install @dev-plugins/apollo-client

Integrate Apollo Client with the DevTool hook

import { useApolloClientDevTools } from '@dev-plugins/apollo-client';

const client = new ApolloClient(...);

export default function App() {
  useApolloClientDevTools(client);

  return (
    <View>
      {/* ... */}
    </View>
  );
}

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @dev-plugins/apollo-client

    Weekly Downloads

    4,093

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    4.15 MB

    Total Files

    26

    Last publish

    Collaborators

    • kudochien