You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing react-native-quick-crypto with react-native-keys has error:
Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "EVP_PKEY_get_raw_private_key" referenced by "/base.apk!/lib/x86_64/libreactnativequickcrypto.so"...,
The problem with decryptor.cpp and for encryption better to user react-native-quick-crypto instead of CryptoJs
Expected behavior
Working well with both libs
Platform
Android
React Native Version
^0.75
React Native Compressor Version
Reproducible Steps And Demo
Install react-native-quick-crypto and react-native-keys
The text was updated successfully, but these errors were encountered:
Current behavior
After installing react-native-quick-crypto with react-native-keys has error:
Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "EVP_PKEY_get_raw_private_key" referenced by "/base.apk!/lib/x86_64/libreactnativequickcrypto.so"...,
The problem with decryptor.cpp and for encryption better to user react-native-quick-crypto instead of CryptoJs
Expected behavior
Working well with both libs
Platform
React Native Version
^0.75
React Native Compressor Version
Reproducible Steps And Demo
Install react-native-quick-crypto and react-native-keys
The text was updated successfully, but these errors were encountered: