* Install stand alone debugger: brew update && brew cask install react-native-debugger
* Setup for react dev tools:
* JavaScript import (import 'react-devtools') (https://github.com/facebook/react-devtools/tree/master/packages/react-devtools#integration-with-react-native-inspector)
* It is important that this import comes before any other imports in your app (especially before react-dom). Make sure to remove the import before deploying to production, as it carries a large DevTools client with it.
* Setup for redux dev tools:
* https://github.com/zalmoxisus/redux-devtools-extension#12-advanced-store-setup
More infos: https://medium.com/@vinceyuan/react-native-debugging-tools-3a24e4e40e4