{"id":4818,"url":"https://github.com/jhen0409/react-native-debugger","last_synced_at":"2025-05-12T13:08:44.922Z","repository":{"id":37396663,"uuid":"59966901","full_name":"jhen0409/react-native-debugger","owner":"jhen0409","description":"The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools","archived":false,"fork":false,"pushed_at":"2023-10-21T02:55:24.000Z","size":8483,"stargazers_count":10431,"open_issues_count":178,"forks_count":812,"subscribers_count":80,"default_branch":"master","last_synced_at":"2025-05-04T07:28:24.654Z","etag":null,"topics":["debugger","electron","react-devtools","react-native","redux-devtools-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhen0409.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"jhen0409","open_collective":"react-native-debugger"}},"created_at":"2016-05-29T22:40:01.000Z","updated_at":"2025-05-04T02:44:02.000Z","dependencies_parsed_at":"2024-01-09T11:17:30.503Z","dependency_job_id":null,"html_url":"https://github.com/jhen0409/react-native-debugger","commit_stats":{"total_commits":885,"total_committers":64,"mean_commits":13.828125,"dds":"0.23163841807909602","last_synced_commit":"ae0571907673ec83ada5fb7e9fcdfb5baf4acb24"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhen0409%2Freact-native-debugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhen0409%2Freact-native-debugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhen0409%2Freact-native-debugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhen0409%2Freact-native-debugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhen0409","download_url":"https://codeload.github.com/jhen0409/react-native-debugger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745160,"owners_count":21957317,"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":["debugger","electron","react-devtools","react-native","redux-devtools-extension"],"created_at":"2024-01-05T20:17:25.130Z","updated_at":"2025-05-12T13:08:44.860Z","avatar_url":"https://github.com/jhen0409.png","language":"JavaScript","readme":"# React Native Debugger\n\n[![Backers on Open Collective](https://opencollective.com/react-native-debugger/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/react-native-debugger/sponsors/badge.svg)](#sponsors) [![CI Status](https://github.com/jhen0409/react-native-debugger/workflows/CI/badge.svg)](https://github.com/jhen0409/react-native-debugger)\n\n⚠️ This app is currently only supported old [Remote Debugger](https://reactnative.dev/docs/debugging#chrome-developer-tools), if you're looking for new debugger support (e.g. Hermes / JSI / New Architecture) of React Native Debugger, please follow [discussion#774](https://github.com/jhen0409/react-native-debugger/discussions/774).\n\n![React Native Debugger](https://user-images.githubusercontent.com/3001525/29451479-6621bf1a-83c8-11e7-8ebb-b4e98b1af91c.png)\n\n\u003e Run the redux example of [react-navigation](https://github.com/react-navigation/react-navigation/tree/master/example) with Redux DevTools setup\n\nThis is a standalone app for debugging React Native apps:\n\n- Based on official [Remote Debugger](https://reactnative.dev/docs/debugging#chrome-developer-tools) and provide more functionality.\n- Includes [React Inspector](docs/react-devtools-integration.md) from [`react-devtools-core`](https://github.com/facebook/react/tree/master/packages/react-devtools-core).\n- Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/reduxjs/redux-devtools/tree/main/extension).\n- Includes [Apollo Client DevTools](docs/apollo-client-devtools-integration.md) ([`apollographql/apollo-client-devtools`](https://github.com/apollographql/apollo-client-devtools)) as devtools extension.\n\n## Installation\n\nTo install the app, you can download a prebuilt binary from the [release page](https://github.com/jhen0409/react-native-debugger/releases).\n\nFor **macOS**, you can use [Homebrew Cask](https://caskroom.github.io) to install:\n\n### \u003c Homebrew 2.6.0\n\n```bash\nbrew update \u0026\u0026 brew install --cask react-native-debugger\n```\n\n### \u003e= Homebrew 2.6.0\n\n```bash\nbrew install --cask react-native-debugger\n```\n\nThis puts `React Native Debugger.app` in your `/applications/` folder.\n\n### NOTICE: React Native Compatibility\n\nTo use this app you need to ensure you are using the correct version of React Native Debugger and react-native:\n\n| React Native Debugger | react-native |\n| --------------------- | ------------ |\n| \u003e= 0.11               | \u003e= 0.62      |\n| \u003c= 0.10               | \u003c= 0.61      |\n\nWe used different auto-update feed for `v0.10` and `v0.11`, so you won't see update tips of `v0.11` from `v0.10`.\n\nInstall last release of v0.10 (0.10.7)\n\n### \u003c Homebrew 2.6.0\n\n`brew update \u0026\u0026 brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb`\n\n### \u003e= Homebrew 2.6.0\n\n`brew install --cask https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb`\n\n### Arch-based distributions\n\nYou can install [react-native-debugger-bin][1] from Arch User Repository:\n\n```shell\ngit clone https://aur.archlinux.org/react-native-debugger-bin.git\ncd react-native-debugger-bin\nmakepkg -si\n\n# or using AUR helper\nparu -S react-native-debugger-bin\n```\n\n## Build from source\n\nPlease read [Development section](docs/contributing.md#development) in docs/contributing.md for how to build the app from source.\n\n## Documentation\n\n- [Getting Started](docs/getting-started.md)\n- [Debugger Integration](docs/debugger-integration.md)\n- [React DevTools Integration](docs/react-devtools-integration.md)\n- [Redux DevTools Integration](docs/redux-devtools-integration.md)\n- [Apollo Client DevTools Integration](docs/apollo-client-devtools-integration.md)\n- [Shortcut references](docs/shortcut-references.md)\n- [Network inspect of Chrome Developer Tools](docs/network-inspect-of-chrome-devtools.md)\n- [Enable open in editor in console](docs/enable-open-in-editor-in-console.md)\n- [Config file in home directory](docs/config-file-in-home-directory.md)\n- [Troubleshooting](docs/troubleshooting.md)\n- [Contributing](docs/contributing.md)\n\n## Documentation (v0.10)\n\nPlease visit [`v0.10 branch`](https://github.com/jhen0409/react-native-debugger/tree/v0.10).\n\n## Credits\n\n- Great work of [React DevTools](https://github.com/facebook/react/tree/master/packages/react-devtools)\n- Great work of [Redux DevTools](https://github.com/gaearon/redux-devtools) / [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) and all third-party monitors.\n- Great work of [Apollo Client DevTools](https://github.com/apollographql/apollo-client-devtools)). (Special thanks to [@Gongreg](https://github.com/Gongreg) for integrating this!)\n\n## Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/react-native-debugger#backer)]\n\n\u003ca href=\"https://opencollective.com/react-native-debugger#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-native-debugger/backers.svg?width=890\"\u003e\u003c/a\u003e\n\n## Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/react-native-debugger#sponsor)]\n\n\u003ca href=\"https://opencollective.com/react-native-debugger#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-native-debugger/sponsors.svg?width=890\"\u003e\u003c/a\u003e\n\n## LICENSE\n\n[MIT](LICENSE.md)\n\n[1]: https://aur.archlinux.org/packages/react-native-debugger-bin\n","funding_links":["https://github.com/sponsors/jhen0409","https://opencollective.com/react-native-debugger"],"categories":["Utilities","JavaScript","📦 Legacy \u0026 Inactive Projects","前端开发框架及项目","三、构建、调试与部署","Tooling","Applications","my-ubuntu","Help, tricks, issues"],"sub_categories":["Other Platforms","其他_文本生成、文本对话","1. 调试工具","Other","Downloader","📦 Other (22)","Settings"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhen0409%2Freact-native-debugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhen0409%2Freact-native-debugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhen0409%2Freact-native-debugger/lists"}