We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d40b2e + 1b7ab57 commit df4691aCopy full SHA for df4691a
1 file changed
packages/react-native-gesture-handler/src/components/Pressable/Pressable.tsx
@@ -314,7 +314,10 @@ const Pressable = (props: PressableProps) => {
314
} else {
315
stateMachine.handleEvent(StateMachineEvent.CANCEL);
316
}
317
- handleFinalize();
+
318
+ if (Platform.OS !== 'ios') {
319
+ handleFinalize();
320
+ }
321
322
}),
323
[stateMachine, handlePressOut, handleFinalize]
0 commit comments