Stefano Merlini

Results 1 comments of Stefano Merlini

I have solved the issue by installing crypto-js (npm install crypto-js@latest) and adding the following code to the metro.config.js: resolver: { extraNodeModules: { crypto: './node_modules/crypto-js', }, } Unfortunately, I have...