React native using symbol js SDK

Hello everyone,

I’m developing a demo app with react native using symbol js SDK, I’ve unexpectedly confronted with this error:

Unable to resolve module crypto from C:\Users..\reactnative\MyTestApp\node_modules\symbol-sdk\dist\src\core\crypto\Crypto.js.

whev I’ve added Crypto.js to node/@type, with npm install --save @types/crypto-js .

i got the following errors too:

I’ve tried many ways but no one has worked with me.