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
Copy file name to clipboardExpand all lines: docs/docs/components/reanimated_swipeable.md
+14-2
Original file line number
Diff line number
Diff line change
@@ -128,9 +128,21 @@ style object for the container (`Animated.View`), for example to override `overf
128
128
129
129
style object for the children container (`Animated.View`), for example to apply `flex: 1`.
130
130
131
-
### `simultaneousGesture`
131
+
### `simultaneousWithExternalGesture`
132
132
133
-
An optional gesture configuration that allows another gesture to be recognized simultaneously with the swipeable gesture. This can be useful for implementing complex gesture interactions where multiple gestures need to be detected at the same time.
133
+
An optional gesture configuration that enables another gesture to be recognized simultaneously with the swipeable gesture. This is useful for allowing swipeable gestures to work simultaneously with other gestures.
134
+
135
+
For example, to enable a pan gesture alongside the swipeable gesture:
0 commit comments