-
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
Added userInterfaceStyle to Alert to override user interface style for iOS 13+ #33553
Added userInterfaceStyle to Alert to override user interface style for iOS 13+ #33553
Conversation
Base commit: 9f1fa91 |
Base commit: 9f1fa91 |
Thanks for working on this! I am going to import the change and hopefully get shipped soon. |
@ryancat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@ryancat cc: @lunaleaps Do you think this comment is related to this pull request change?
|
bcf26e4
to
925c53a
Compare
@ryancat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @luoxuhai in 47bd78f. When will my fix make it into a release? | Upcoming Releases |
Summary
Support to override Alert interface style to match your app. For example, You want to change the style on the alert.
Changelog
[iOS] [Added] - Add userInterfaceStyle to Alert to override user interface style for iOS 13+
Test Plan
userInterfaceStyle: 'light'
:userInterfaceStyle: 'dark'
: