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()) {