Debugging React Native
步驟
$ brew update && brew cask install react-native-debugger為了能使用 下圖紅色框部分(Redux Dev) 需要再code內加入
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()

Sample From cheerazar github
Another sample
參考
Last updated