react-native-navigation
react-native-navigation copied to clipboard
[IOS] Modal freezes application when dismissed with swipe gesture and is above a 'overCurrentContext' dialog
🐛 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
- Launch a modal with 'overCurrentContext' presentationStyle
- Launch a modal with default presentationStyle.
- 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.
I've the same issue
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.