0.0.6 • Published 1 year ago

@dev-plugins/apollo-client v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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>
  );
}
0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago