The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
Run the redux example of react-navigation with Redux DevTools setup
This is a standalone app for debugging React Native apps:
react-devtools-core
.redux-devtools-extension
.apollographql/apollo-client-devtools
) as devtools extension.To install the app, you can download a prebuilt binary from the release page.
For macOS, you can use Homebrew Cask to install:
brew update && brew install --cask react-native-debugger
brew install --cask react-native-debugger
This puts React Native Debugger.app
in your /applications/
folder.
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
brew install --cask https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb
Please visit v0.10 branch
.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]