Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown named module: 'NativeModules' #122

Open
idris opened this issue Aug 11, 2018 · 3 comments
Open

Unknown named module: 'NativeModules' #122

idris opened this issue Aug 11, 2018 · 3 comments

Comments

@idris
Copy link

idris commented Aug 11, 2018

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
Copy link

duhseekoh commented Sep 6, 2018

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
Copy link

bramski commented Oct 10, 2018

Any updates please?

@zalmoxisus
Copy link
Owner

It was updated in 0.5.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants