EOSIO / eosjs-ecc

Elliptic curve cryptography functions: Private Key, Public Key, Signature, AES, Encryption, Decryption
287 stars 119 forks source link

compatible for react native #54

Open indiev opened 5 years ago

indiev commented 5 years ago

eosjs does not work well in react-native because of some libraries provided by eosjs-ecc. So I replaced it with a compatible library.

GreenBusDriver commented 4 years ago

@indiev We're considering libraries and solutions for eosjs-ecc. Can you tell me exactly what incompatibilities with RN you've seen so we can consider your use case and avoid the issues you've seen?