react-native-macos/Libraries/Alert
luoxuhai 47bd78f64f Added userInterfaceStyle to Alert to override user interface style for iOS 13+ (#33553)
Summary:
Support to override Alert interface style to match your app. For example, You want to change the style on the alert.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[iOS] [Added] - Add userInterfaceStyle to Alert to override user interface style for iOS 13+

Pull Request resolved: https://github.com/facebook/react-native/pull/33553

Test Plan:
**`userInterfaceStyle: 'light'`:**
<img width="320" src="https://user-images.githubusercontent.com/37284154/161358408-50dbf0a5-ae46-458e-a075-8595cce1b046.png"  />

**`userInterfaceStyle: 'dark'`:**
<img width="320" src="https://user-images.githubusercontent.com/37284154/161358326-bc54effb-1635-43df-97e0-522328713259.PNG"  />

Reviewed By: philIip

Differential Revision: D35371697

Pulled By: ryancat

fbshipit-source-id: 597c1a97ca94571abada2b5fb97cb2adcb5337f5
2022-06-08 18:28:16 -07:00
..
Alert.js Added userInterfaceStyle to Alert to override user interface style for iOS 13+ (#33553) 2022-06-08 18:28:16 -07:00
NativeAlertManager.js Added userInterfaceStyle to Alert to override user interface style for iOS 13+ (#33553) 2022-06-08 18:28:16 -07:00
RCTAlertManager.android.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
RCTAlertManager.ios.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00