Files
self/patches/react-native-gesture-handler+2.22.1.patch
Justin Hernandez f490533cb5 Fix gesture handler patch for v2.22.1 and add patches to e2e trigger (#1921)
* test patch

* test install failure

* test

* smarter fix

* pr feedback; yarn format fixes

* fix gaps

* fix
2026-04-05 11:10:34 -07:00

17 lines
726 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 0000000..0000001 100644
--- a/node_modules/react-native-gesture-handler/android/build.gradle
+++ b/node_modules/react-native-gesture-handler/android/build.gradle
@@ -202,9 +202,10 @@
}
def kotlin_version = safeExtGet('kotlinVersion', project.properties['RNGH_kotlinVersion'])
+def reactNativeDependency = safeExtGet("reactNativeDependency", "com.facebook.react:react-android")
dependencies {
- implementation 'com.facebook.react:react-native:+' // from node_modules
+ implementation reactNativeDependency
if (shouldUseCommonInterfaceFromReanimated()) {