-
Notifications
You must be signed in to change notification settings - Fork 95
2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs...-react native #228
Open
Description
I think missing in config file for android.
please add following to your android/app/build.gradle**
android {
packagingOptions {
pickFirst 'lib/x86/libc++_shared.so'
pickFirst 'lib/x86_64/libjsc.so'
pickFirst 'lib/arm64-v8a/libjsc.so'
pickFirst 'lib/arm64-v8a/libc++_shared.so'
pickFirst 'lib/x86_64/libc++_shared.so'
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
}
}
Metadata
Metadata
Assignees
Labels
No labels