gwjjeff / cryptojs

Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
326 stars 74 forks source link

can not import in react-native #17

Open jibraniqbal666 opened 5 years ago

jibraniqbal666 commented 5 years ago

any work around for react-native. I have already done a fork and removed dynamic imports from cryptojs.js, because dynamic does not support by metro bundler.

I am getting undefined in every object now.