Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun committed Jan 10, 2025
1 parent 6e83780 commit 6aea8e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/docs/components/reanimated_swipeable.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ style object for the container (`Animated.View`), for example to override `overf

style object for the children container (`Animated.View`), for example to apply `flex: 1`.

### `simultaneousGesture`

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.

### `enableTrackpadTwoFingerGesture` (iOS only)

Enables two-finger gestures on supported devices, for example iPads with trackpads.
Expand Down
2 changes: 1 addition & 1 deletion src/components/ReanimatedSwipeable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface SwipeableProps

/**
* A base gesture object containing the configuration and callbacks to be
* used simultaneously with `Swipeable`'s gesture object.
* used with the swipeable's gesture handler.
*/
simultaneousGesture?: GestureType;
}
Expand Down

0 comments on commit 6aea8e6

Please sign in to comment.