| /expo/packages/expo-system-ui/plugin/build/ |
| H A D | withAndroidRootViewBackgroundColor.js | 3 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 D | withIosRootViewBackgroundColor.js | 6 exports.getRootViewBackgroundColor = exports.setRootViewBackgroundColor = exports.withIosRootViewBa… 22 const backgroundColor = getRootViewBackgroundColor(config); 38 function getRootViewBackgroundColor(config) { function 41 exports.getRootViewBackgroundColor = getRootViewBackgroundColor;
|
| H A D | withAndroidRootViewBackgroundColor.d.ts | 6 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'background… function
|
| H A D | withIosRootViewBackgroundColor.d.ts | 5 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColo…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidRootViewBackgroundColor.js | 6 exports.getRootViewBackgroundColor = getRootViewBackgroundColor; 33 value: getRootViewBackgroundColor(config), 43 add: !!getRootViewBackgroundColor(config), 52 function getRootViewBackgroundColor(config) { function
|
| H A D | withIosRootViewBackgroundColor.js | 6 exports.getRootViewBackgroundColor = getRootViewBackgroundColor; 59 const backgroundColor = getRootViewBackgroundColor(config); 66 const backgroundColor = getRootViewBackgroundColor(config); 80 function getRootViewBackgroundColor(config) { function
|
| H A D | withAndroidRootViewBackgroundColor.d.ts | 6 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'background… function
|
| H A D | withIosRootViewBackgroundColor.d.ts | 8 export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColo…
|
| H A D | withAndroidRootViewBackgroundColor.js.map | 1 …getRootViewBackgroundColor","name","withAndroidStyles","add","parent","_config$android","android",…
|
| H A D | withIosRootViewBackgroundColor.js.map | 1 …getRootViewBackgroundColor","WarningAggregator","addWarningIOS","infoPlist","color","normalizeColo…
|
| /expo/packages/expo-system-ui/plugin/src/__tests__/ |
| H A D | withAndroidRootViewBackgroundColor-test.ts | 5 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 D | withAndroidRootViewBackgroundColor-test.ts | 5 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 D | withAndroidRootViewBackgroundColor.ts | 24 value: getRootViewBackgroundColor(config), 34 add: !!getRootViewBackgroundColor(config), 43 export function getRootViewBackgroundColor( function
|
| H A D | withIosRootViewBackgroundColor.ts | 35 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 D | withAndroidRootViewBackgroundColor.ts | 24 value: getRootViewBackgroundColor(config), 34 add: !!getRootViewBackgroundColor(config), 43 export function getRootViewBackgroundColor( function
|
| H A D | withIosRootViewBackgroundColor.ts | 23 const backgroundColor = getRootViewBackgroundColor(config); 39 export function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColor'>) { function
|