Open michaelessiet opened 1 day ago
Pasted the last few lines of the build logs because the issue was too long for github to post
@margelo I've created a fix for this and created a PR here
@michaelessiet For stop-gap fix you can add following line in the build.gradle of react-native-quick-crypto
:
"**/libreactnative.so"
like following:
packagingOptions {
doNotStrip resolveBuildType() == 'debug' ? "**/**/*.so" : ''
excludes = [
"**/libc++_shared.so",
"**/libfbjni.so",
"**/libreactnativejni.so",
"**/libjsi.so",
"**/libreact_nativemodule_core.so",
"**/libturbomodulejsijni.so",
"**/MANIFEST.MF",
"**/libreactnative.so"
]
}
How were you trying to build the app?
I was trying to build the app locally.
npx expo run:android
. This issue has been solved in vision camera already btw https://github.com/mrousavy/react-native-vision-camera/pull/3281. So should be a quick fixFull build logs
Project dependencies
QuickCrypto Version
0.7.6
Target platforms
Android
Operating system
MacOS
Can you build the QuickCrypto Example app?
Yes, I can successfully build the Example app here
Additional information