tradle/rn-nodeify

Your Browser doesn't support window.crypto on RN

Opened this issue · 1 comments

I am trying to use web3.js in RN I followed the docs , but I am facing this error
Screenshot 2021-04-07 at 16 36 42

so I tried to uncomment require('crypto'); in the shim but I am facing different error
Screenshot 2021-04-07 at 16 40 55

Any clues what is the issue or maybe how to resolved ?
@mvayngrib

use require('crypto-browserify') instead