react-native-quick-crypto
react-native-quick-crypto copied to clipboard
cannot locate symbol "RSA_pkey_ctx_ctrl"
I got this issue on android 5.1
Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "RSA_pkey_ctx_ctrl" referenced by "/data/app/***/lib/arm64/libreactnativequickcrypto.so"..., js engine: hermes
I have tried some solution like add more .so file to packingList in gradle but still not work.
I also check this thread but don't see any solution work.
Pls have a look on this. Many thanks
same problem
We are getting the same issue, has anybody found a solution?