-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Allows interactive dismissal of modals on iOS #42309
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
base: main
Are you sure you want to change the base?
Changes from all commits
75e3e85
6904dff
c7eaee3
bc42c06
9f72db2
c299bbd
cead58d
824dd16
16c9636
ad6fa52
fef3578
85467e6
69d078d
48618c0
2979a66
01d0799
15a35e6
1962a9d
afd456b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,6 +158,12 @@ public Map<String, Object> getExportedCustomDirectEventTypeConstants() { | |
return eventTypeConstants; | ||
} | ||
|
||
@Override | ||
@ReactProp(name = "interactiveDismissal") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
public void setInteractiveDismissal(ReactModalHostView view, boolean interactiveDismissal) { | ||
// iOS only | ||
} | ||
|
||
@Override | ||
protected void onAfterUpdateTransaction(ReactModalHostView view) { | ||
super.onAfterUpdateTransaction(view); | ||
|
Uh oh!
There was an error while loading. Please reload this page.