react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

[IOS] Modal freezes application when dismissed with swipe gesture and is above a 'overCurrentContext' dialog

Open witalobenicio opened this issue 3 years ago • 2 comments

🐛 Bug Report

If we have a dialog with presentationStyle 'overCurrentContext' and we launch another modal with default presentationStyle (dismissable with swipe down gesture), when we use the gesture, the application freezes.

Have you read the Contributing Guidelines on issues?

Not applicable

To Reproduce

  1. Launch a modal with 'overCurrentContext' presentationStyle
  2. Launch a modal with default presentationStyle.
  3. Dismiss the model with swipe down gesture.

Expected behavior

Close without problems

Actual Behavior

Application freezes

Your Environment

  • React Native Navigation version: 7.23.1
  • React Native version: 0.66.1
  • Platform(s) (iOS, Android, or both?): iOS
  • Device info (Simulator/Device? OS version? Debug/Release?): iPhone 12 simulator (happens on physical too)

Reproducible Demo

I dont have one

Are you willing to resolve this issue by submitting a Pull Request?

I don't have much knowledge in iOS

  • ✖️   Yes, I have the time, and I know how to start.
  • ✅   Yes, I have the time, but I don't know how to start. I would need guidance.
  • ✖️   No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue.

witalobenicio avatar May 28 '22 10:05 witalobenicio

I've the same issue

aqweider avatar Nov 18 '22 14:11 aqweider

Also experiencing same issue. I've found swiping again of the view briefly shows the modal dismissing animation again. It appears to animate the dismissal, but not actually close it.

kirgy avatar Aug 24 '23 10:08 kirgy