{"id":17651591,"url":"https://github.com/mohit23x/react-native-apollo-devtools","last_synced_at":"2025-03-30T08:41:55.120Z","repository":{"id":124155439,"uuid":"459109926","full_name":"mohit23x/react-native-apollo-devtools","owner":"mohit23x","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-03T04:12:03.000Z","size":565,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T10:49:50.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohit23x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-14T10:12:43.000Z","updated_at":"2023-03-09T01:21:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"fabfea33-6c8f-4e5e-b99a-74fea1851a32","html_url":"https://github.com/mohit23x/react-native-apollo-devtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit23x%2Freact-native-apollo-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit23x%2Freact-native-apollo-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit23x%2Freact-native-apollo-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohit23x%2Freact-native-apollo-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohit23x","download_url":"https://codeload.github.com/mohit23x/react-native-apollo-devtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246296583,"owners_count":20754632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-23T11:42:41.002Z","updated_at":"2025-03-30T08:41:55.115Z","avatar_url":"https://github.com/mohit23x.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## React Native Apollo Devtools\n\n### Installation\n\n#### Setting up mobile app\n\n1. Add this in the package.json of the react-native app as devDependencies\n\n```\n    \"react-native-apollo-devtools\": \"https://github.com/mohit23x/react-native-apollo-devtools.git#4efe5b63ef5911b66fed6144259b94292cdd6d2b\",\n    \"react-native-flipper\": \"^0.131.1\",\n```\n\n2. In the root file for example `index.ts` , add these lines, here the `client` is our apollo client exported from `apolloConfig.native.ts` file \n\n```\nimport { apolloDevToolsInit } from 'react-native-apollo-devtools/packages/react-native-apollo-devtools-client';\n\nif(__DEV__){\n    apolloDevToolsInit(client, {});\n}\n\n```\n\n\n#### Setting up Flipper Plugin\n\n\u003e NOTE: These steps are temporary workaround until we move this repo to org and publish this plugin\n\n1. Install Flipper in your system, and make sure the emulator/device is recognized by flipper by setting up proper SDK path\n\n2. Go to `plugins manager` -\u003e `install plugin` -\u003e `import plugin` download [this plugin bundle](https://github.com/mohit23x/react-native-apollo-devtools/raw/master/packages/flipper-plugin-react-native-apollo-devtools/flipper-plugin-react-native-apollo-devtools-v1.0.0.tgz) and import it \n\n3. Click `install` and restart Flipper\n\n![Untitled Diagram](https://user-images.githubusercontent.com/36567063/156292803-824e4b53-05e5-44ba-8f71-240e946cee27.jpg)\n\n4. Launch the mobile app and you should see `Apollo Devtools` in the list of plugin in disable section, Click `+` icon to enable it 🎉\n\n![image](https://user-images.githubusercontent.com/36567063/153851206-33074526-329c-4b82-87c7-18c59d963649.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit23x%2Freact-native-apollo-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohit23x%2Freact-native-apollo-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohit23x%2Freact-native-apollo-devtools/lists"}