Skip to content

Commit ad481c4

Browse files
authored
Add missing cancelsTouchesInView (#3870)
## Description Seems like `cancelsTouchesInView` was missing in config. This PR adds it again. ## Test plan 1. Check that TS correctly suggests `cancelsTouchesInView` 2. `yarn ts-check` 3. `yarn lint-js`
1 parent 8556825 commit ad481c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native-gesture-handler/src/v3/types/ConfigTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export type CommonGestureConfig = {
5757
mouseButton?: MouseButton;
5858
enableContextMenu?: boolean;
5959
touchAction?: TouchAction;
60+
cancelsTouchesInView?: boolean;
6061
},
6162
HitSlop | UserSelect | ActiveCursor | MouseButton | TouchAction
6263
>;

0 commit comments

Comments
 (0)