Skip to content

Commit

Permalink
Merge pull request #336 from ayush-shta/fix/detox-android-build-fail
Browse files Browse the repository at this point in the history
Fix detox 0.71 error duplicated libc++_shared.so for Android builds
  • Loading branch information
ammarahm-ed authored Aug 29, 2023
2 parents 5b5e0de + 73ec154 commit 3880682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ android {
"META-INF/**",
"**/libjsi.so",
"**/libreact_nativemodule_core.so",
"**/libturbomodulejsijni.so"
"**/libturbomodulejsijni.so",
"**/libc++_shared.so"
]
}
}
Expand Down

1 comment on commit 3880682

@vercel
Copy link

@vercel vercel bot commented on 3880682 Aug 29, 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.vercel.app
rnmmkv-ammarahm-ed.vercel.app
rnmmkv-git-master-ammarahm-ed.vercel.app

Please sign in to comment.