remote-redux-devtools icon indicating copy to clipboard operation
remote-redux-devtools copied to clipboard

Unknown named module: 'NativeModules'

Open idris opened this issue 6 years ago • 3 comments

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

idris avatar Aug 11 '18 18:08 idris

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"
  },
}

duhseekoh avatar Sep 06 '18 21:09 duhseekoh

Any updates please?

bramski avatar Oct 10 '18 16:10 bramski

It was updated in 0.5.14

zalmoxisus avatar Dec 07 '18 22:12 zalmoxisus