# react-native-debugger
**Repository Path**: stree7_GIT/react-native-debugger
## Basic Information
- **Project Name**: react-native-debugger
- **Description**: https://github.com/Stree7/react-native-debugger
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-07-06
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# React Native Debugger
[](#backers) [](#sponsors) [](https://github.com/jhen0409/react-native-debugger) [](https://david-dm.org/jhen0409/react-native-debugger) [](https://david-dm.org/jhen0409/react-native-debugger?type=dev)

> Run the redux example of [react-navigation](https://github.com/react-navigation/react-navigation/tree/master/example) with Redux DevTools setup
This is a standalone app for debugging React Native apps:
- Based on official [Remote Debugger](https://facebook.github.io/react-native/docs/debugging.html#chrome-developer-tools) and provide more functionality.
- Includes [React Inspector](docs/react-devtools-integration.md) from [`react-devtools-core`](https://github.com/facebook/react/tree/master/packages/react-devtools-core).
- Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension).
## Installation
To install the app, you can download a prebuilt binary from the [release page](https://github.com/jhen0409/react-native-debugger/releases).
For **macOS**, you can use [Homebrew Cask](https://caskroom.github.io) to install:
```bash
$ brew update && brew cask install react-native-debugger
```
This puts `React Native Debugger.app` in your `/applications/` folder.
### NOTICE: React Native Compatibility
To use this app you need to ensure you are using the correct version of React Native Debugger and react-native:
| React Native Debugger | react-native |
| --------------------- | ------------ |
| >= 0.11 | >= 0.62 |
| <= 0.10 | <= 0.61 |
We used different auto-update feed for `v0.10` and `v0.11`, so you won't see update tips of `v0.11` from `v0.10`.
Install last release of v0.10 (0.10.7)
`brew update && brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb`
## Documentation
- [Getting Started](docs/getting-started.md)
- [Debugger Integration](docs/debugger-integration.md)
- [React DevTools Integration](docs/react-devtools-integration.md)
- [Redux DevTools Integration](docs/redux-devtools-integration.md)
- [Apollo Client DevTools Integration](docs/apollo-client-devtools-integration.md)
- [Shortcut references](docs/shortcut-references.md)
- [Network inspect of Chrome Developer Tools](docs/network-inspect-of-chrome-devtools.md)
- [Enable open in editor in console](docs/enable-open-in-editor-in-console.md)
- [Config file in home directory](docs/config-file-in-home-directory.md)
- [Troubleshooting](docs/troubleshooting.md)
- [Contributing](docs/contributing.md)
## Documentation (v0.10)
Please visit [`v0.10 branch`](https://github.com/jhen0409/react-native-debugger/tree/v0.10).
## Credits
- Great work of [React DevTools](https://github.com/facebook/react/tree/master/packages/react-devtools)
- 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.
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/react-native-debugger#backer)]
## Sponsors
Support 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)]
## LICENSE
[MIT](LICENSE.md)