Home
last modified time | relevance | path

Searched defs:backgroundColor (Results 1 – 25 of 184) sorted by relevance

12345678

/expo/packages/expo-checkbox/build/
H A DExpoCheckbox.js16 !!color && { backgroundColor: value ? color : undefined, borderColor: color }, property
40 backgroundColor: defaultEnabledColor, property
45 backgroundColor: 'transparent', property
48 backgroundColor: disabledCheckedGrayColor, property
H A DExpoCheckbox.web.js73 backgroundColor: '#009688', property
83 backgroundColor: '#AAB8C2', property
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.ts35 const backgroundColor = getRootViewBackgroundColor(config); constant
51 const backgroundColor = getRootViewBackgroundColor(config); constant
/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenConfiguration.kt17 var backgroundColor = Color.parseColor("#ffffff") in <lambda>() variable
26 val backgroundColor = parseBackgroundColor(manifest) in <lambda>() constant
52 …val backgroundColor = androidSplashInfo?.getNullable<String>(ExponentManifest.MANIFEST_SPLASH_BACK… in <lambda>() constant
/expo/packages/expo-dev-client/.tests/instrumented/app/
H A Dindex.js15 backgroundColor: '#fff', property
20 backgroundColor: '#4630eb', property
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.js40 const backgroundColor = getSplashBackgroundColor(config); constant
45 const backgroundColor = getSplashDarkBackgroundColor(config); constant
93 function setSplashColorsForTheme(colors, backgroundColor) { argument
/expo/templates/expo-template-tv/
H A Dapp.json12 "backgroundColor": "#ffffff" string
21 "backgroundColor": "#ffffff" string
/expo/templates/expo-template-blank-typescript/
H A Dapp.json12 "backgroundColor": "#ffffff" string
21 "backgroundColor": "#ffffff" string
/expo/templates/expo-template-blank/
H A Dapp.json12 "backgroundColor": "#ffffff" string
21 "backgroundColor": "#ffffff" string
/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js43 backgroundColor: config.androidNavigationBar?.backgroundColor, property
73 backgroundColor: props.backgroundColor ?? undefined, property
136 function setNavigationBarColors({ backgroundColor }, colors) { field
146 function setNavigationBarStyles({ backgroundColor, barStyle }, styles) { field
/expo/docs/public/static/examples/v46.0.0/tutorial/04-modal/
H A DEmojiPicker.js24 backgroundColor: '#25292e', property
32 backgroundColor: '#464C55', property
/expo/docs/public/static/examples/v47.0.0/tutorial/04-modal/
H A DEmojiPicker.js24 backgroundColor: '#25292e', property
32 backgroundColor: '#464C55', property
/expo/docs/public/static/examples/v48.0.0/tutorial/04-modal/
H A DEmojiPicker.js24 backgroundColor: '#25292e', property
32 backgroundColor: '#464C55', property
/expo/docs/public/static/examples/v49.0.0/tutorial/04-modal/
H A DEmojiPicker.js24 backgroundColor: '#25292e', property
32 backgroundColor: '#464C55', property
/expo/docs/public/static/examples/unversioned/tutorial/04-modal/
H A DEmojiPicker.js24 backgroundColor: '#25292e', property
32 backgroundColor: '#464C55', property
/expo/apps/fabric-tester/
H A Dapp.json12 "backgroundColor": "#ffffff" string
27 "backgroundColor": "#FFFFFF" string
/expo/packages/@expo/metro-runtime/build/error-overlay/toast/
H A DErrorToast.js57 backgroundColor: pressed property
88 backgroundColor: LogBoxStyle.getWarningColor(1), property
91 backgroundColor: LogBoxStyle.getErrorColor(1), property
94 backgroundColor: LogBoxStyle.getLogColor(1), property
116 backgroundColor: '#323232', property
141 backgroundColor: LogBoxStyle.getBackgroundColor(), property
/expo/templates/expo-template-tabs/
H A Dapp.json13 "backgroundColor": "#ffffff" string
24 "backgroundColor": "#ffffff" string
/expo/packages/expo-status-bar/build/
H A DsetStatusBarBackgroundColor.js9 export default function setStatusBarBackgroundColor(backgroundColor, animated) { argument
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts71 backgroundColor?: string; property
296 backgroundColor?: string; property
330 backgroundColor?: string; property
504 backgroundColor?: string; property
850 backgroundColor?: string; property
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts69 backgroundColor?: string; property
292 backgroundColor?: string; property
326 backgroundColor?: string; property
500 backgroundColor?: string; property
838 backgroundColor?: string; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTInputAccessoryViewManager.m32 ABI49_0_0RCT_REMAP_VIEW_PROPERTY(backgroundColor, inputAccessoryView.backgroundColor, UIColor) category
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTInputAccessoryViewManager.m32 ABI48_0_0RCT_REMAP_VIEW_PROPERTY(backgroundColor, inputAccessoryView.backgroundColor, UIColor) category
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTInputAccessoryViewManager.m32 ABI47_0_0RCT_REMAP_VIEW_PROPERTY(backgroundColor, inputAccessoryView.backgroundColor, UIColor) category
/expo/packages/expo-system-ui/plugin/src/
H A DwithIosRootViewBackgroundColor.ts23 const backgroundColor = getRootViewBackgroundColor(config); constant

12345678