Skip to content

Commit 46dfef2

Browse files
committed
revert package reassignment
1 parent 0acfea0 commit 46dfef2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/react-native-gesture-handler/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ def kotlin_version = safeExtGet('kotlinVersion', project.properties['RNGH_kotlin
216216
dependencies {
217217
implementation 'com.facebook.react:react-native:+' // from node_modules
218218

219-
220219
if (shouldUseCommonInterfaceFromReanimated()) {
221220
// Include Reanimated as dependency to load the common interface
222221
implementation(rootProject.subprojects.find { it.name == 'react-native-reanimated' }) {

packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/RNGestureHandlerComponentsRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.swmansion.gesturehandler;
1+
package com.swmansion.gesturehandler.react;
22

33
import com.facebook.jni.HybridData;
44
import com.facebook.proguard.annotations.DoNotStrip;

0 commit comments

Comments
 (0)