<!-- NOTE: please submit only bug reports here, any new questions or feature requests should be submitted in Discussions: https://github.com/software-mansion/react-native-screens/discussions --> ## Description After we close modal screen with gesture and try to open another modal fast enough navigation within the stack locks and does not seem to work. ### Screenshots https://user-images.githubusercontent.com/32094306/152166412-23a7d584-54cc-4c0a-8021-e118ab318fab.mp4 ## Steps To Reproduce Open screen with presentation: 'modal', then close it with gesture, then try to open another screen with presentation: 'modal' ### Expected behavior Open new modal as intended ### Actual behavior Locks navigation within stack ## Reproduction https://snack.expo.dev/@vzhovnitsky/cranky-apples ## Platform <!-- Please list platforms that the issue is affecting. --> - [x] iOS - [ ] Android - [ ] Web - [ ] Windows - [ ] tvOS ## Workflow - [x] Managed workflow - [ ] Bare workflow ## Package versions | package | version | | -------------------------------------- | ------- | | @react-navigation/native | 6.0.8 | | @react-navigation/native-stack | 6.4.0 | | react-native | 0.66.4 | | expo | 44.0.0 |