[iOS] Unexpected Navigation Behavior When Swiping Back Quickly #2559
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snack or repo is provided
Description
When using iOS devices with the following dependencies, swiping back quickly during stack navigation leads to unexpected behavior:
Expected behavior: stack a -> stack b -> stack c -> stack b -> stack a
Actual behavior: stack a -> stack b -> stack c -> stack b -> stack a -> stack b -> stack a
The issue occurs only when swiping back quickly. When swiping back slowly, the navigation works as expected.
Expected Behavior
expected-behavior.MP4
Actual Behavior
actual-behavior.MP4
Steps to reproduce
Snack or a link to a repository
https://github.com/Unuuuuu/react-native-screens-repro
Screens version
4.3.0
React Native version
0.76.3
Platforms
iOS
JavaScript runtime
None
Workflow
Expo managed workflow
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Real device
Device model
iphone 15 pro
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: