pickFirst so

This commit is contained in:
Diego Mello 2023-02-06 15:07:34 -03:00
parent 0ce1318bb3
commit 9bbb302f13
1 changed files with 5 additions and 0 deletions

View File

@ -269,6 +269,11 @@ android {
// pickFirst '**/x86_64/libc++_shared.so'
// }
// FIXME: Remove when we update RN
packagingOptions {
pickFirst '**/*.so'
}
// applicationVariants are e.g. debug, release
flavorDimensions "app", "type"