Skip to content

Commit e32ab0c

Browse files
authored
Merge branch 'next' into @akwasniewski/v3-pressable
2 parents a8788a1 + e62525e commit e32ab0c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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
@@ -23,6 +23,7 @@ const CommonConfig = new Set<keyof CommonGestureConfig>([
2323
'mouseButton',
2424
'testID',
2525
'cancelsTouchesInView',
26+
'manualActivation',
2627
]);
2728

2829
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)