From aba6d97dbeb6e058b2c5d651b2f92acec61fcfe9 Mon Sep 17 00:00:00 2001 From: Justin Hernandez Date: Tue, 3 Feb 2026 19:36:49 -0800 Subject: [PATCH] fix patch for ci (#1689) --- ...2.30.0.patch => react-native-gesture-handler+2.19.0.patch} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename patches/{react-native-gesture-handler+2.30.0.patch => react-native-gesture-handler+2.19.0.patch} (96%) diff --git a/patches/react-native-gesture-handler+2.30.0.patch b/patches/react-native-gesture-handler+2.19.0.patch similarity index 96% rename from patches/react-native-gesture-handler+2.30.0.patch rename to patches/react-native-gesture-handler+2.19.0.patch index 05cb86259..eba9af8aa 100644 --- a/patches/react-native-gesture-handler+2.30.0.patch +++ b/patches/react-native-gesture-handler+2.19.0.patch @@ -1,7 +1,7 @@ diff --git a/node_modules/react-native-gesture-handler/android/build.gradle b/node_modules/react-native-gesture-handler/android/build.gradle --- a/node_modules/react-native-gesture-handler/android/build.gradle +++ b/node_modules/react-native-gesture-handler/android/build.gradle -@@ -229,9 +229,10 @@ +@@ -178,9 +178,10 @@ } def kotlin_version = safeExtGet('kotlinVersion', project.properties['RNGH_kotlinVersion']) @@ -10,6 +10,6 @@ diff --git a/node_modules/react-native-gesture-handler/android/build.gradle b/no dependencies { - implementation 'com.facebook.react:react-native:+' // from node_modules + implementation reactNativeDependency - + if (shouldUseCommonInterfaceFromReanimated()) {