We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ea93b commit 61046beCopy full SHA for 61046be
1 file changed
android/build.gradle
@@ -185,6 +185,19 @@ android {
185
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
186
}
187
188
+
189
+ packagingOptions {
190
+ excludes = [
191
+ "META-INF",
192
+ "META-INF/**",
193
+ "**/libjsi.so",
194
+ "**/libreact_nativemodule_core.so",
195
+ "**/libturbomodulejsijni.so",
196
+ "**/libc++_shared.so",
197
+ "**/libfbjni.so",
198
+ "**/libreactnative.so",
199
+ ]
200
+ }
201
202
203
buildFeatures {
0 commit comments