[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70657":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},70657,"react-native-debugger","jhen0409\u002Freact-native-debugger","jhen0409","The standalone app based on official debugger of React Native, and includes React Inspector \u002F Redux DevTools","",null,"JavaScript",10461,817,76,172,0,43.74,"MIT License",false,"master",true,[23,24,25,26,27],"debugger","electron","react-devtools","react-native","redux-devtools-extension","2026-06-12 02:02:36","# React Native Debugger\n\n[![Backers on Open Collective](https:\u002F\u002Fopencollective.com\u002Freact-native-debugger\u002Fbackers\u002Fbadge.svg)](#backers) [![Sponsors on Open Collective](https:\u002F\u002Fopencollective.com\u002Freact-native-debugger\u002Fsponsors\u002Fbadge.svg)](#sponsors) [![CI Status](https:\u002F\u002Fgithub.com\u002Fjhen0409\u002Freact-native-debugger\u002Fworkflows\u002FCI\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fjhen0409\u002Freact-native-debugger)\n\n⚠️ This app is currently only supported old [Remote Debugger](https:\u002F\u002Freactnative.dev\u002Fdocs\u002Fdebugging#chrome-developer-tools), if you're looking for new debugger support (e.g. Hermes \u002F JSI \u002F New Architecture) of React Native Debugger, please follow [discussion#774](https:\u002F\u002Fgithub.com\u002Fjhen0409\u002Freact-native-debugger\u002Fdiscussions\u002F774).\n\n![React Native Debugger](https:\u002F\u002Fuser-images.githubusercontent.com\u002F3001525\u002F29451479-6621bf1a-83c8-11e7-8ebb-b4e98b1af91c.png)\n\n> Run the redux example of [react-navigation](https:\u002F\u002Fgithub.com\u002Freact-navigation\u002Freact-navigation\u002Ftree\u002Fmaster\u002Fexample) with Redux DevTools setup\n\nThis is a standalone app for debugging React Native apps:\n\n- Based on official [Remote Debugger](https:\u002F\u002Freactnative.dev\u002Fdocs\u002Fdebugging#chrome-developer-tools) and provide more functionality.\n- Includes [React Inspector](docs\u002Freact-devtools-integration.md) from [`react-devtools-core`](https:\u002F\u002Fgithub.com\u002Ffacebook\u002Freact\u002Ftree\u002Fmaster\u002Fpackages\u002Freact-devtools-core).\n- Includes Redux DevTools, made [the same API](docs\u002Fredux-devtools-integration.md) with [`redux-devtools-extension`](https:\u002F\u002Fgithub.com\u002Freduxjs\u002Fredux-devtools\u002Ftree\u002Fmain\u002Fextension).\n- Includes [Apollo Client DevTools](docs\u002Fapollo-client-devtools-integration.md) ([`apollographql\u002Fapollo-client-devtools`](https:\u002F\u002Fgithub.com\u002Fapollographql\u002Fapollo-client-devtools)) as devtools extension.\n\n## Installation\n\nTo install the app, you can download a prebuilt binary from the [release page](https:\u002F\u002Fgithub.com\u002Fjhen0409\u002Freact-native-debugger\u002Freleases).\n\nFor **macOS**, you can use [Homebrew Cask](https:\u002F\u002Fcaskroom.github.io) to install:\n\n### \u003C Homebrew 2.6.0\n\n```bash\nbrew update && brew install --cask react-native-debugger\n```\n\n### >= Homebrew 2.6.0\n\n```bash\nbrew install --cask react-native-debugger\n```\n\nThis puts `React Native Debugger.app` in your `\u002Fapplications\u002F` 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| >= 0.11               | >= 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 && brew cask install https:\u002F\u002Fraw.githubusercontent.com\u002FHomebrew\u002Fhomebrew-cask\u002Fb6ac3795c1df9f97242481c0817b1165e3e6306a\u002FCasks\u002Freact-native-debugger.rb`\n\n### >= Homebrew 2.6.0\n\n`brew install --cask https:\u002F\u002Fraw.githubusercontent.com\u002FHomebrew\u002Fhomebrew-cask\u002Fb6ac3795c1df9f97242481c0817b1165e3e6306a\u002FCasks\u002Freact-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:\u002F\u002Faur.archlinux.org\u002Freact-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\u002Fcontributing.md#development) in docs\u002Fcontributing.md for how to build the app from source.\n\n## Documentation\n\n- [Getting Started](docs\u002Fgetting-started.md)\n- [Debugger Integration](docs\u002Fdebugger-integration.md)\n- [React DevTools Integration](docs\u002Freact-devtools-integration.md)\n- [Redux DevTools Integration](docs\u002Fredux-devtools-integration.md)\n- [Apollo Client DevTools Integration](docs\u002Fapollo-client-devtools-integration.md)\n- [Shortcut references](docs\u002Fshortcut-references.md)\n- [Network inspect of Chrome Developer Tools](docs\u002Fnetwork-inspect-of-chrome-devtools.md)\n- [Enable open in editor in console](docs\u002Fenable-open-in-editor-in-console.md)\n- [Config file in home directory](docs\u002Fconfig-file-in-home-directory.md)\n- [Troubleshooting](docs\u002Ftroubleshooting.md)\n- [Contributing](docs\u002Fcontributing.md)\n\n## Documentation (v0.10)\n\nPlease visit [`v0.10 branch`](https:\u002F\u002Fgithub.com\u002Fjhen0409\u002Freact-native-debugger\u002Ftree\u002Fv0.10).\n\n## Credits\n\n- Great work of [React DevTools](https:\u002F\u002Fgithub.com\u002Ffacebook\u002Freact\u002Ftree\u002Fmaster\u002Fpackages\u002Freact-devtools)\n- Great work of [Redux DevTools](https:\u002F\u002Fgithub.com\u002Fgaearon\u002Fredux-devtools) \u002F [Remote Redux DevTools](https:\u002F\u002Fgithub.com\u002Fzalmoxisus\u002Fremote-redux-devtools) and all third-party monitors.\n- Great work of [Apollo Client DevTools](https:\u002F\u002Fgithub.com\u002Fapollographql\u002Fapollo-client-devtools)). (Special thanks to [@Gongreg](https:\u002F\u002Fgithub.com\u002FGongreg) for integrating this!)\n\n## Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https:\u002F\u002Fopencollective.com\u002Freact-native-debugger#backer)]\n\n\u003Ca href=\"https:\u002F\u002Fopencollective.com\u002Freact-native-debugger#backers\" target=\"_blank\">\u003Cimg src=\"https:\u002F\u002Fopencollective.com\u002Freact-native-debugger\u002Fbackers.svg?width=890\">\u003C\u002Fa>\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:\u002F\u002Fopencollective.com\u002Freact-native-debugger#sponsor)]\n\n\u003Ca href=\"https:\u002F\u002Fopencollective.com\u002Freact-native-debugger#backers\" target=\"_blank\">\u003Cimg src=\"https:\u002F\u002Fopencollective.com\u002Freact-native-debugger\u002Fsponsors.svg?width=890\">\u003C\u002Fa>\n\n## LICENSE\n\n[MIT](LICENSE.md)\n\n[1]: https:\u002F\u002Faur.archlinux.org\u002Fpackages\u002Freact-native-debugger-bin\n","React Native Debugger 是一个基于 React Native 官方调试器的独立应用，集成了 React Inspector 和 Redux DevTools。它提供了更丰富的调试功能，包括 React 组件树的可视化、状态和属性的实时编辑以及 Redux 状态管理的详细追踪。此外，该工具还支持 Apollo Client DevTools，方便进行 GraphQL 请求的调试。适用于需要深入分析和调试 React Native 应用的开发者，在开发过程中能够显著提升调试效率。",2,"2026-06-11 03:33:13","high_star"]