I'm using redux-devtools-extension to develop a React Native app:
In the React Native debugger it works and you can see window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
and window.__REDUX_DEVTOOLS_EXTENSION__
are defined correctly.
In the chrome devtools not so.
Does anyone know how I can get these to be defined in chrome devtools? I have the redux extension installed in chrome and have tried reinstalling it.