Run the redux example of react-navigation with Redux DevTools setup
This is a standalone app for debugging React Native apps:
- Based on official Remote Debugger and provide more functionally.
- Includes React Inspector from
react-devtools-core
. - Includes Redux DevTools, made the same API with
redux-devtools-extension
.
The prebuilt binaries can be found on the releases page.
For macOS, you can use Homebrew Cask to install:
$ brew update && brew cask install react-native-debugger
- Getting Started
- Debugger Integration
- React DevTools Integration
- Redux DevTools Integration
- Shortcut references
- Network inspect of Chrome Developer Tools
- Enable open in editor in console
- Troubleshooting
- Contributing
- Great work of React DevTools
- Great work of Redux DevTools / Remote Redux DevTools and all third-party monitors.