-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix#29319 - ios dismiss modal #31500
fix#29319 - ios dismiss modal #31500
Conversation
Base commit: ae4946f |
Base commit: ae4946f |
When this will be merged? It doesn't make any sense. |
@sammy-SC has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@intergalacticspacehighway awesome! Thank you for working on this. We might need to change documentation for Modal onRequestClose |
Hi @sammy-SC @intergalacticspacehighway How can we merge this PR? this is open for a couple months now. |
@sammy-SC Updated the docs for the same. Let me know if any changes are needed! :) |
@feedthejim Could you review this and merge? |
@sammy-SC thank you for previously taking a look at this. It looks like @intergalacticspacehighway updated the docs, is there anything else outstanding? |
This PR aims to resolve iOS can't dismiss Modal on swipe gesture.
#29319
Summary
When modal presentationStyle is pageSheet, iOS allows to dismiss the modal using swipe gesture. This PR adds support for that feature
Changelog
[iOS] [Added] - Support for onRequestClose for iOS Modal component.
Test Plan
Screen.Recording.2021-05-10.at.4.56.54.AM.mov
Notes