Open jonathanm-tkf opened 5 months ago
👋 @jonathanm-tkf Thanks for opening your issue here! If you find this package useful hit the star🌟!
facing similar issue. @numandev1 any idea how to fix this?
@jonathanm-tkf @deepakv-z14 This is how I fixed:
Line 154 of node_modules/react-native-keys/android/build.gradle:
packagingOptions {
excludes = [
"**/libc++_shared.so",
"**/libfbjni.so",
"**/libreactnativejni.so",
"**/libjsi.so",
"**/libreact_nativemodule_core.so",
"**/libturbomodulejsijni.so",
"**/MANIFEST.MF",
"META-INF/com.android.tools/proguard/coroutines.pro", //<--- Add this
"META-INF/proguard/coroutines.pro", //<--- Add this
""
]
doNotStrip '**/*.so'
}
Run gradle clean
and rebuild the project.
Maybe @numandev1 has a better way to fix this but in the meantime I'm using this fix with a patch-package
patch
Current behavior
Hi guys I have a litter problem with the library, when I try to compile I have this error
Could you help me please, thanks
Expected behavior
Platform
React Native Version
0.73.6