Your Browser doesn't support window.crypto on RN
Opened this issue · 1 comments
MohamedAhmed122 commented
I am trying to use web3.js in RN I followed the docs , but I am facing this error
so I tried to uncomment require('crypto');
in the shim
but I am facing different error
Any clues what is the issue or maybe how to resolved ?
@mvayngrib
vuongpsht commented
use require('crypto-browserify')
instead