Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.2 KB

apollo-client-devtools-integration.md

File metadata and controls

25 lines (17 loc) · 1.2 KB

Apollo Client DevTools Integration

React Native debugger has integration for the Apollo Client DevTools, you can see the Apollo tab in Developer Tools:

screen shot 2019-02-01 at 1 51 27 pm

To ensure it works, you must use Apollo Client ^2.0.

If the apollo tab doesn't appear, toggle developer tools off and on again.

You can read Apollo DevTools documentation).

Other documentations