Skip to content

Commit d419464

Browse files
committed
change description
1 parent 3f7c16e commit d419464

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/docs-gesture-handler/docs/gestures/_shared/base-gesture-config.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,4 @@ cancelsJSResponder?: boolean;
157157

158158
Controls whether activating a Gesture Handler recognizer should cancel React Native JS responders.
159159

160-
- `true` (default): when this gesture activates, it cancels React Native JS responders in the same root view.
161-
- `false`: disables that cancellation, so Gesture Handler callbacks and RN responder callbacks can run at the same time.
160+
Setting this property to `true` ensures that the gesture handler cancels any active React Native JS responders in the same root view upon activation. When set to `false`, both Gesture Handler and React Native responder callbacks can run simultaneously. The default value is set to `true`.

0 commit comments

Comments
 (0)