You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried this out on a brand new project using React Native 0.61.5 and as soon as I try to use something from my sym linked package I get this error in my app (after the bundle has loaded 100%):
Invariant Violation: Module HMRClient is not a registered callable module (calling setup)
This is using the default configuration suggested for metro.config.js. Any ideas?
The text was updated successfully, but these errors were encountered:
After more investigation I found that the package.json file created by create-react-native-module MyLibrary includes react-native in the devDependencies. If I remove this, then I don't get the above error. I'm not sure if the blacklisting stuff that metro-symlinked-deps provides is supposed to be helping with this or not.
Just tried this out on a brand new project using React Native 0.61.5 and as soon as I try to use something from my sym linked package I get this error in my app (after the bundle has loaded 100%):
This is using the default configuration suggested for
metro.config.js
. Any ideas?The text was updated successfully, but these errors were encountered: