Skip to content

Commit 2abfbb0

Browse files
committed
manualActivation
1 parent ef4a33e commit 2abfbb0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react-native-gesture-handler/src/v3/hooks/utils/propsWhiteList.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const CommonConfig = new Set<keyof CommonGestureConfig>([
2222
'activeCursor',
2323
'mouseButton',
2424
'testID',
25+
'manualActivation',
2526
]);
2627

2728
const ExternalRelationsConfig = new Set<keyof ExternalRelations>([

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export type CommonGestureConfig = {
6666
activeCursor?: ActiveCursor;
6767
mouseButton?: MouseButton;
6868
cancelsTouchesInView?: boolean;
69+
manualActivation?: boolean;
6970
},
7071
HitSlop | ActiveCursor | MouseButton
7172
>;

0 commit comments

Comments
 (0)