Skip to content

Commit 3a28871

Browse files
authored
Fix: exclude libfbjni.so (#3721)
## Description Fixes #3705 Follow-up on #3283 ## Test plan In android directory run: `./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release`.
1 parent 95931b8 commit 3a28871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native-gesture-handler/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ android {
187187
exclude "**/libreactnative.so"
188188
exclude "**/libjsi.so"
189189
exclude "**/libc++_shared.so"
190+
exclude "**/libfbjni.so"
190191
}
191192

192193
sourceSets.main {

0 commit comments

Comments
 (0)