zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Unknown named module: 'NativeModules' #122

Open idris opened 6 years ago

idris commented 6 years ago

I think you need to upgrade rn-host-detect to 1.1.4 to fix this issue.

screen shot 2018-08-11 at 2 33 58 pm
duhseekoh commented 6 years ago

Fix in the meantime (if you're using yarn) by using resolutions.

in package.json

{
...
  devDependencies: {
    ...
    "rn-host-detect": "1.1.5"
  },
  "resolutions": {
    "remote-redux-devtools/rn-host-detect": "1.1.5"
  },
}
bramski commented 5 years ago

Any updates please?

zalmoxisus commented 5 years ago

It was updated in 0.5.14