react-native-quick-crypto
react-native-quick-crypto copied to clipboard
Updated openssl for android and use local xcframework instead of OpenSSL-Universal
The aim of this pull request is to update the openssl to a newer version for android and for ios to try fix the issue #470 by instead of using the OpenSSL-Universal, actually having the OpenSSL as a local xcframework inside of the ios folder.
For the android maven lib I built it with the help of this repo: https://android.googlesource.com/platform/tools/ndkports/+/refs/heads/main
And for ios: https://github.com/duckduckgo/OpenSSL-XCFramework
Tested on both ios and android emulators and works.