remote-redux-devtools
remote-redux-devtools copied to clipboard
Unknown named module: 'NativeModules'
trafficstars
I think you need to upgrade rn-host-detect to 1.1.4 to fix this issue.
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"
},
}
Any updates please?
It was updated in 0.5.14