issues
search
symbol
/
mobile-wallet
Symbol Mobile Wallet
Apache License 2.0
8
stars
14
forks
source link
[wallet/mobile] task: remove realm-js dependency
#330
Closed
OlegMakarenko
closed
2 years ago
OlegMakarenko
commented
2 years ago
Problem
Google Play Console is complaining about an outdated OpenSSL library.
Solution
Uninstall
realm-js
package using yarn. We found that only this package uses OpenSSL library.
Removed all
realm-js
related code from source. The
RealmDB
module is never called, so we removed it entirely.
TODO
Update iOS dependency setup.
Problem
Solution
realm-js
package using yarn. We found that only this package uses OpenSSL library.realm-js
related code from source. TheRealmDB
module is never called, so we removed it entirely.TODO