Skip to content

Commit ac68a74

Browse files
akwasniewskim-bert
andauthored
Update packages/react-native-gesture-handler/src/v3/components/Pressable/Pressable.tsx
Co-authored-by: Michał Bert <63123542+m-bert@users.noreply.github.com>
1 parent 6c6875d commit ac68a74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/react-native-gesture-handler/src/v3/components/Pressable

packages/react-native-gesture-handler/src/v3/components/Pressable/Pressable.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ const Pressable = (props: PressableProps) => {
318318
}
319319
},
320320
disableReanimated: true,
321-
simultaneousWith: simultaneousWith,
322-
block: block,
323-
requireToFail: requireToFail,
321+
simultaneousWith,
322+
block,
323+
requireToFail,
324324
});
325325

326326
const gesture = useSimultaneousGestures(

0 commit comments

Comments
 (0)