skip to Main Content

Unable to resolve module crypto – React native

I am attempting to implement WalletConnect V1 in my React-Native Wallet app. However, whenever I use the following import: import WalletConnect from "@walletconnect/client"; I get the following error: Unable to resolve module crypto from /Users/<my-name>/<company-name>/<client-name>/<app-name>/node_modules/@walletconnect/randombytes/dist/cjs/node/index.js: crypto could not be found…

VIEW QUESTION
Back To Top
Search