Skip to content

Commit b4a1628

Browse files
committed
force fabric on expo example
1 parent f09e7d4 commit b4a1628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ class RNGestureHandlerEventDispatcher(private val reactApplicationContext: React
211211
}
212212

213213
private fun <T : Event<T>> sendEventForDirectEvent(event: T) {
214+
// TODO: Remove root usage of this method.
214215
// Delivers the event to JS as a direct event. This method is called only on Paper.
215216
reactApplicationContext.dispatchEvent(event)
216217
}

0 commit comments

Comments
 (0)