Home
last modified time | relevance | path

Searched defs:userInterfaceStyle (Results 1 – 25 of 46) sorted by relevance

12

/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidUserInterfaceStyle.ts20 const userInterfaceStyle = config.android?.userInterfaceStyle ?? config.userInterfaceStyle; constant
34 const pairs = [[USER_INTERFACE_STYLE_KEY, userInterfaceStyle]] as [string, any][]; constant
H A DwithIosUserInterfaceStyle.ts21 const userInterfaceStyle = getUserInterfaceStyle(config); constant
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosUserInterfaceStyle.ts25 const userInterfaceStyle = getUserInterfaceStyle(config); constant
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidUserInterfaceStyle.js17 …const userInterfaceStyle = (_config$android$userI = (_config$android = config.android) === null ||… constant
H A DwithIosUserInterfaceStyle.js40 function mapUserInterfaceStyleForInfoPlist(userInterfaceStyle) { argument
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherExpoAppLoader.kt43 val userInterfaceStyle = when (manifest.getAndroidUserInterfaceStyle()) { in <lambda>() constant
/expo/packages/expo-system-ui/plugin/build/
H A DwithIosUserInterfaceStyle.js28 function mapUserInterfaceStyleForInfoPlist(userInterfaceStyle) { argument
H A DwithAndroidUserInterfaceStyle.js24 function setStrings(strings, { userInterfaceStyle }) { field
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Alert/
H A DAlert.d.ts23 userInterfaceStyle?: 'unspecified' | 'light' | 'dark' | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Alert/
H A DAlert.d.ts23 userInterfaceStyle?: 'unspecified' | 'light' | 'dark'; property
/expo/templates/expo-template-tv/
H A Dapp.json8 "userInterfaceStyle": "light", string
/expo/templates/expo-template-blank-typescript/
H A Dapp.json8 "userInterfaceStyle": "light", string
/expo/templates/expo-template-blank/
H A Dapp.json8 "userInterfaceStyle": "light", string
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/ActionSheetIOS/
H A DActionSheetIOS.d.ts25 userInterfaceStyle?: 'light' | 'dark' | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/ActionSheetIOS/
H A DActionSheetIOS.d.ts25 userInterfaceStyle?: 'light' | 'dark' | undefined; property
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts67 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 DExpoConfig.d.ts65 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property
390 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property
504 userInterfaceStyle?: 'light' | 'dark' | 'automatic'; property
/expo/apps/fabric-tester/
H A Dapp.json8 "userInterfaceStyle": "light", string
/expo/templates/expo-template-tabs/
H A Dapp.json9 "userInterfaceStyle": "automatic", string
/expo/apps/sandbox/
H A Dapp.json21 "userInterfaceStyle": "automatic", string
/expo/apps/native-component-list/
H A Dapp.json44 "userInterfaceStyle": "automatic", string
64 "userInterfaceStyle": "automatic", string
/expo/home/
H A Dapp.json22 "userInterfaceStyle": "automatic", string
/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsBaseManifest.m200 - (nullable NSString *)userInterfaceStyle { method
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsBaseManifest.m205 - (nullable NSString *)userInterfaceStyle { method
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DExperienceActivityUtils.kt56 val userInterfaceStyle = manifest.getAndroidUserInterfaceStyle() ?: "light" in <lambda>() constant

12