mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 15:39:44 +01:00
13 lines
516 B
Diff
13 lines
516 B
Diff
diff --git a/node_modules/react-native-gesture-handler/android/build.gradle b/node_modules/react-native-gesture-handler/android/build.gradle
|
|
index ac149a0..37f620c 100644
|
|
--- a/node_modules/react-native-gesture-handler/android/build.gradle
|
|
+++ b/node_modules/react-native-gesture-handler/android/build.gradle
|
|
@@ -187,6 +187,7 @@ android {
|
|
exclude "**/libreactnative.so"
|
|
exclude "**/libjsi.so"
|
|
exclude "**/libc++_shared.so"
|
|
+ exclude "**/libfbjni.so"
|
|
}
|
|
|
|
sourceSets.main {
|