Home
last modified time | relevance | path

Searched defs:setRootViewBackgroundColor (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-system-ui/plugin/build/
H A DwithIosRootViewBackgroundColor.d.ts4 export declare function setRootViewBackgroundColor(config: Pick<ExpoConfig, 'backgroundColor' | 'io… function
H A DwithIosRootViewBackgroundColor.js21 function setRootViewBackgroundColor(config, infoPlist) { function
/expo/packages/expo-system-ui/plugin/src/
H A DwithIosRootViewBackgroundColor.ts19 export function setRootViewBackgroundColor( function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.ts47 export function setRootViewBackgroundColor( function
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.js65 function setRootViewBackgroundColor(config, infoPlist) { function
/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DExperienceActivityUtils.kt301 fun setRootViewBackgroundColor(manifest: Manifest, rootView: View) { in <lambda>() method