Home
last modified time | relevance | path

Searched refs:getRootViewBackgroundColor (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidRootViewBackgroundColor.js3 exports.getRootViewBackgroundColor = exports.withRootViewBackgroundColorStyles = exports.withRootVi…
18 value: getRootViewBackgroundColor(config),
28 add: !!getRootViewBackgroundColor(config),
37 function getRootViewBackgroundColor(config) { function
40 exports.getRootViewBackgroundColor = getRootViewBackgroundColor;
H A DwithIosRootViewBackgroundColor.js6 exports.getRootViewBackgroundColor = exports.setRootViewBackgroundColor = exports.withIosRootViewBa…
22 const backgroundColor = getRootViewBackgroundColor(config);
38 function getRootViewBackgroundColor(config) { function
41 exports.getRootViewBackgroundColor = getRootViewBackgroundColor;
H A DwithAndroidRootViewBackgroundColor.d.ts6 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'background… function
H A DwithIosRootViewBackgroundColor.d.ts5 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColo…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.js6 exports.getRootViewBackgroundColor = getRootViewBackgroundColor;
33 value: getRootViewBackgroundColor(config),
43 add: !!getRootViewBackgroundColor(config),
52 function getRootViewBackgroundColor(config) { function
H A DwithIosRootViewBackgroundColor.js6 exports.getRootViewBackgroundColor = getRootViewBackgroundColor;
59 const backgroundColor = getRootViewBackgroundColor(config);
66 const backgroundColor = getRootViewBackgroundColor(config);
80 function getRootViewBackgroundColor(config) { function
H A DwithAndroidRootViewBackgroundColor.d.ts6 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'background… function
H A DwithIosRootViewBackgroundColor.d.ts8 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColo…
H A DwithAndroidRootViewBackgroundColor.js.map1getRootViewBackgroundColor","name","withAndroidStyles","add","parent","_config$android","android",…
H A DwithIosRootViewBackgroundColor.js.map1getRootViewBackgroundColor","WarningAggregator","addWarningIOS","infoPlist","color","normalizeColo…
/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts5 getRootViewBackgroundColor,
23 describe(getRootViewBackgroundColor, () => {
25 expect(getRootViewBackgroundColor({})).toBe(null);
28 expect(getRootViewBackgroundColor({ backgroundColor: '#111111' })).toMatch('#111111');
32 getRootViewBackgroundColor({
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts5 getRootViewBackgroundColor,
23 describe(getRootViewBackgroundColor, () => {
25 expect(getRootViewBackgroundColor({})).toBe(null);
28 expect(getRootViewBackgroundColor({ backgroundColor: '#111111' })).toMatch('#111111');
32 getRootViewBackgroundColor({
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.ts24 value: getRootViewBackgroundColor(config),
34 add: !!getRootViewBackgroundColor(config),
43 export function getRootViewBackgroundColor( function
H A DwithIosRootViewBackgroundColor.ts35 const backgroundColor = getRootViewBackgroundColor(config);
51 const backgroundColor = getRootViewBackgroundColor(config);
67 export function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColor'>) { function
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidRootViewBackgroundColor.ts24 value: getRootViewBackgroundColor(config),
34 add: !!getRootViewBackgroundColor(config),
43 export function getRootViewBackgroundColor( function
H A DwithIosRootViewBackgroundColor.ts23 const backgroundColor = getRootViewBackgroundColor(config);
39 export function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColor'>) { function