Home
last modified time | relevance | path

Searched refs:UIUserInterfaceStyle (Results 1 – 25 of 36) sorted by relevance

12

/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherManifestHelperTests.swift16 …XCTAssertEqual(UIUserInterfaceStyle.light, EXDevLauncherManifestHelper.exportManifestUserInterface… in testExportManifestUserInterfaceStyle()
17 …XCTAssertEqual(UIUserInterfaceStyle.dark, EXDevLauncherManifestHelper.exportManifestUserInterfaceS… in testExportManifestUserInterfaceStyle()
18 …XCTAssertEqual(UIUserInterfaceStyle.unspecified, EXDevLauncherManifestHelper.exportManifestUserInt… in testExportManifestUserInterfaceStyle()
19 …XCTAssertEqual(UIUserInterfaceStyle.unspecified, EXDevLauncherManifestHelper.exportManifestUserInt… in testExportManifestUserInterfaceStyle()
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithIosUserInterfaceStyle-test.ts20 UIUserInterfaceStyle: 'Light',
24 UIUserInterfaceStyle: 'Automatic',
/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithIosUserInterfaceStyle-test.ts21 UIUserInterfaceStyle: 'Light',
25 UIUserInterfaceStyle: 'Automatic',
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosUserInterfaceStyle.ts23 { UIUserInterfaceStyle, ...infoPlist }: InfoPlist
34 UIUserInterfaceStyle: style,
/expo/packages/expo-system-ui/plugin/src/
H A DwithIosUserInterfaceStyle.ts19 { UIUserInterfaceStyle, ...infoPlist }: InfoPlist
30 UIUserInterfaceStyle: style,
/expo/packages/expo-system-ui/plugin/build/
H A DwithIosUserInterfaceStyle.js16 function setUserInterfaceStyle(config, { UIUserInterfaceStyle, ...infoPlist }) { field
24 UIUserInterfaceStyle: style,
H A DwithIosUserInterfaceStyle.d.ts5 …ceStyle(config: Pick<ExpoConfig, 'ios' | 'userInterfaceStyle'>, { UIUserInterfaceStyle, ...infoPli…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithIosUserInterfaceStyle.js27 UIUserInterfaceStyle, field
37 UIUserInterfaceStyle: style
H A DwithIosUserInterfaceStyle.js.map1UIUserInterfaceStyle","infoPlist","style","mapUserInterfaceStyleForInfoPlist"],"sources":["../../.…
H A DwithIosUserInterfaceStyle.d.ts5 …ceStyle(config: Pick<ExpoConfig, 'ios' | 'userInterfaceStyle'>, { UIUserInterfaceStyle, ...infoPli…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DwithIosSplashInfoPlist-test.ts33 expect(infoPlist.UIUserInterfaceStyle).not.toBeDefined();
61 expect(infoPlist.UIUserInterfaceStyle).toBe('Automatic');
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/DateTimePicker/
H A DABI49_0_0RNDateTimePickerManager.m46 ABI49_0_0RCT_ENUM_CONVERTER(UIUserInterfaceStyle, (@{ category
120 ABI49_0_0RCT_CUSTOM_VIEW_PROPERTY(themeVariant, UIUserInterfaceStyle, ABI49_0_0RNDateTimePicker) {
123 UIUserInterfaceStyle propValue = [ABI49_0_0RCTConvert UIUserInterfaceStyle:json];
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/DateTimePicker/
H A DABI48_0_0RNDateTimePickerManager.m46 ABI48_0_0RCT_ENUM_CONVERTER(UIUserInterfaceStyle, (@{ category
120 ABI48_0_0RCT_CUSTOM_VIEW_PROPERTY(themeVariant, UIUserInterfaceStyle, ABI48_0_0RNDateTimePicker) {
123 UIUserInterfaceStyle propValue = [ABI48_0_0RCTConvert UIUserInterfaceStyle:json];
/expo/ios/Exponent/Versioned/Core/Api/Components/DateTimePicker/
H A DRNDateTimePickerManager.m46 RCT_ENUM_CONVERTER(UIUserInterfaceStyle, (@{ category
120 RCT_CUSTOM_VIEW_PROPERTY(themeVariant, UIUserInterfaceStyle, RNDateTimePicker) {
123 UIUserInterfaceStyle propValue = [RCTConvert UIUserInterfaceStyle:json];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/DateTimePicker/
H A DABI47_0_0RNDateTimePickerManager.m46 ABI47_0_0RCT_ENUM_CONVERTER(UIUserInterfaceStyle, (@{ category
120 ABI47_0_0RCT_CUSTOM_VIEW_PROPERTY(themeVariant, UIUserInterfaceStyle, ABI47_0_0RNDateTimePicker) {
123 UIUserInterfaceStyle propValue = [ABI47_0_0RCTConvert UIUserInterfaceStyle:json];
/expo/packages/@expo/config-plugins/src/ios/
H A DIosConfig.types.ts33 UIUserInterfaceStyle?: InterfaceStyle;
/expo/packages/@expo/config-plugins/build/ios/
H A DIosConfig.types.d.ts25 UIUserInterfaceStyle?: InterfaceStyle;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAlertManager.mm35 @implementation ABI47_0_0RCTConvert (UIUserInterfaceStyle) category
38 UIUserInterfaceStyle, category
124UIUserInterfaceStyle userInterfaceStyle = [ABI47_0_0RCTConvert UIUserInterfaceStyle:args.userInter…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTAlertManager.mm35 @implementation ABI48_0_0RCTConvert (UIUserInterfaceStyle) category
38 UIUserInterfaceStyle, category
125UIUserInterfaceStyle userInterfaceStyle = [ABI48_0_0RCTConvert UIUserInterfaceStyle:args.userInter…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashInfoPlist.ts41 infoPlist.UIUserInterfaceStyle = 'Automatic';
/expo/packages/expo-dev-launcher/ios/Manifest/
H A DEXDevLauncherManifestHelper.swift58 …atic func exportManifestUserInterfaceStyle(_ userInterfaceStyle: String?) -> UIUserInterfaceStyle { in exportManifestUserInterfaceStyle()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTAppearance.mm98 UIUserInterfaceStyle userInterfaceStyle = [ABI49_0_0RCTConvert UIUserInterfaceStyle:style];
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashInfoPlist.js45 infoPlist.UIUserInterfaceStyle = 'Automatic';
H A DwithIosSplashInfoPlist.js.map1UIUserInterfaceStyle","UILaunchStoryboardName"],"sources":["../../../../src/plugins/unversioned/ex…
/expo/packages/expo-dev-menu/ios/
H A DDevMenuViewController.swift54 override var overrideUserInterfaceStyle: UIUserInterfaceStyle {

12