mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
16 lines
696 B
Diff
16 lines
696 B
Diff
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
|
|
@@ -178,9 +178,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()) {
|