Skip to content

Commit

Permalink
Merge pull request #340 from claired4l/fix/detox-android-build-fail
Browse files Browse the repository at this point in the history
fix detox 0.72 error duplicated libfbjni.so for Android builds
  • Loading branch information
ammarahm-ed authored Dec 2, 2023
2 parents f5b014c + b44e1a8 commit d39f3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ android {
excludes = [
"META-INF",
"META-INF/**",
"**/libfbjni.so",
"**/libjsi.so",
"**/libreact_nativemodule_core.so",
"**/libturbomodulejsijni.so",
Expand Down

1 comment on commit d39f3d5

@vercel
Copy link

@vercel vercel bot commented on d39f3d5 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rnmmkv – ./

rnmmkv-git-master-ammarahm-ed.vercel.app
rnmmkv-ammarahm-ed.vercel.app
rnmmkv.vercel.app

Please sign in to comment.