Skip to content

Commit 277f989

Browse files
committed
Merge noreanimated
1 parent 802c767 commit 277f989

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,9 @@ android {
188188

189189
sourceSets.main {
190190
java {
191-
// Include "common/" only when it's not provided by Reanimated to mitigate
192-
// multiple definitions of the same class preventing build
193191
if (shouldUseCommonInterfaceFromReanimated()) {
194192
srcDirs += 'reanimated/src/main/java'
195193
} else {
196-
srcDirs += 'common/src/main/java'
197194
srcDirs += 'noreanimated/src/main/java'
198195
}
199196

packages/react-native-gesture-handler/android/common/src/main/java/com/swmansion/common/GestureHandlerStateManager.kt renamed to packages/react-native-gesture-handler/android/noreanimated/src/main/java/com/swmansion/common/GestureHandlerStateManager.kt

File renamed without changes.

0 commit comments

Comments
 (0)