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
Hey, @Techno-Hwizrdry! Apologies for the delayed response. I have never tried using cryptocurrency-address-detector within react-native, and I'm unsure why this error is being thrown. I'll have a look and will get back to you!
I'm trying to import and use cryptocurrency-address-detector library in a react-native (version 0.63.2) project, like so:
import { detectCrypto } from 'cryptocurrency-address-detector';
I have even used it in a function, as described in README.md. However, when I compile my app, I get the following error:
Error: Unable to resolve module 'os' from 'node_modules/clean-stack/index.js': os could not be found within the project.
Has anyone run into this issue before? If so, how was it remediated?
The text was updated successfully, but these errors were encountered: