| /expo/packages/expo-system-ui/plugin/src/ |
| H A D | withAndroidUserInterfaceStyle.ts | 20 const userInterfaceStyle = config.android?.userInterfaceStyle ?? config.userInterfaceStyle; constant 34 const pairs = [[USER_INTERFACE_STYLE_KEY, userInterfaceStyle]] as [string, any][]; constant
|
| H A D | withIosUserInterfaceStyle.ts | 21 const userInterfaceStyle = getUserInterfaceStyle(config); constant
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/ |
| H A D | withIosUserInterfaceStyle.ts | 25 const userInterfaceStyle = getUserInterfaceStyle(config); constant
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidUserInterfaceStyle.js | 17 …const userInterfaceStyle = (_config$android$userI = (_config$android = config.android) === null ||… constant
|
| H A D | withIosUserInterfaceStyle.js | 40 function mapUserInterfaceStyleForInfoPlist(userInterfaceStyle) { argument
|
| /expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/ |
| H A D | DevLauncherExpoAppLoader.kt | 43 val userInterfaceStyle = when (manifest.getAndroidUserInterfaceStyle()) { in <lambda>() constant
|
| /expo/packages/expo-system-ui/plugin/build/ |
| H A D | withIosUserInterfaceStyle.js | 28 function mapUserInterfaceStyleForInfoPlist(userInterfaceStyle) { argument
|
| H A D | withAndroidUserInterfaceStyle.js | 24 function setStrings(strings, { userInterfaceStyle }) { field
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.d.ts | 23 userInterfaceStyle?: 'unspecified' | 'light' | 'dark' | undefined; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.d.ts | 23 userInterfaceStyle?: 'unspecified' | 'light' | 'dark'; property
|
| /expo/templates/expo-template-tv/ |
| H A D | app.json | 8 "userInterfaceStyle": "light", string
|
| /expo/templates/expo-template-blank-typescript/ |
| H A D | app.json | 8 "userInterfaceStyle": "light", string
|
| /expo/templates/expo-template-blank/ |
| H A D | app.json | 8 "userInterfaceStyle": "light", string
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/ActionSheetIOS/ |
| H A D | ActionSheetIOS.d.ts | 25 userInterfaceStyle?: 'light' | 'dark' | undefined; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/ActionSheetIOS/ |
| H A D | ActionSheetIOS.d.ts | 25 userInterfaceStyle?: 'light' | 'dark' | undefined; property
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 67 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property 394 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property 508 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 65 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property 390 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property 504 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property
|
| /expo/apps/fabric-tester/ |
| H A D | app.json | 8 "userInterfaceStyle": "light", string
|
| /expo/templates/expo-template-tabs/ |
| H A D | app.json | 9 "userInterfaceStyle": "automatic", string
|
| /expo/apps/sandbox/ |
| H A D | app.json | 21 "userInterfaceStyle": "automatic", string
|
| /expo/apps/native-component-list/ |
| H A D | app.json | 44 "userInterfaceStyle": "automatic", string 64 "userInterfaceStyle": "automatic", string
|
| /expo/home/ |
| H A D | app.json | 22 "userInterfaceStyle": "automatic", string
|
| /expo/ios/versioned/sdk47/EXManifests/EXManifests/ |
| H A D | ABI47_0_0EXManifestsBaseManifest.m | 200 - (nullable NSString *)userInterfaceStyle { method
|
| /expo/ios/versioned/sdk48/EXManifests/EXManifests/ |
| H A D | ABI48_0_0EXManifestsBaseManifest.m | 205 - (nullable NSString *)userInterfaceStyle { method
|
| /expo/android/expoview/src/main/java/host/exp/exponent/utils/ |
| H A D | ExperienceActivityUtils.kt | 56 val userInterfaceStyle = manifest.getAndroidUserInterfaceStyle() ?: "light" in <lambda>() constant
|