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
.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 cask install 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
Please visit v0.10 branch
.
Author: jhen0409
Source Code: https://github.com/jhen0409/react-native-debugger
#react-native #react #mobile-apps