Home
last modified time | relevance | path

Searched defs:getRootViewBackgroundColor (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidRootViewBackgroundColor.d.ts6 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'background… function
H A DwithIosRootViewBackgroundColor.js38 function getRootViewBackgroundColor(config) { function
H A DwithAndroidRootViewBackgroundColor.js37 function getRootViewBackgroundColor(config) { function
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.d.ts6 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'background… function
H A DwithAndroidRootViewBackgroundColor.js52 function getRootViewBackgroundColor(config) { function
H A DwithIosRootViewBackgroundColor.js80 function getRootViewBackgroundColor(config) { function
/expo/packages/expo-system-ui/plugin/src/
H A DwithIosRootViewBackgroundColor.ts39 export function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColor'>) { function
H A DwithAndroidRootViewBackgroundColor.ts43 export function getRootViewBackgroundColor( function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.ts43 export function getRootViewBackgroundColor( function
H A DwithIosRootViewBackgroundColor.ts67 export function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColor'>) { function