In my current react-native app, I have a dependency that uses "crypto" module.
It appears that on Mac, everything runs fine. But on Windows, I get a requiring unknown module "crypto".
I tried using rn-nodeify but it doesn't seem to help.
In my current react-native app, I have a dependency that uses "crypto" module.
It appears that on Mac, everything runs fine. But on Windows, I get a requiring unknown module "crypto".
I tried using rn-nodeify but it doesn't seem to help.