I'm about to set up remote debugging for a react-native app. I've added remote-redux-devtools
module and also imported it. Does anyone know why am I getting the following error:
UnableToResolveError: Unable to resolve module remote-redux-devtools from /Users/.../src/store/createStore.js: Module does not exist in the module map or in these directories:....
It is in the node_modules
directory (node_modules/remote-redux-devtools
).