You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This PR renames `event` parameter to `ev` in order to remove compilation
warning.
If #3738 has not been fixed yet - this one should do the trick.
## Test plan
Build example app on android
Copy file name to clipboardExpand all lines: packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootView.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,11 @@ class RNGestureHandlerRootView(context: Context?) : ReactViewGroup(context) {
0 commit comments