Home
last modified time | relevance | path

Searched refs:withRootViewBackgroundColorColors (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidRootViewBackgroundColor.js3 …Color = exports.withRootViewBackgroundColorStyles = exports.withRootViewBackgroundColorColors = ex…
10 config = (0, exports.withRootViewBackgroundColorColors)(config);
15 const withRootViewBackgroundColorColors = (config) => { function
24 exports.withRootViewBackgroundColorColors = withRootViewBackgroundColorColors;
H A DwithAndroidRootViewBackgroundColor.d.ts4 export declare const withRootViewBackgroundColorColors: ConfigPlugin; constant
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.js7 exports.withRootViewBackgroundColorStyles = exports.withRootViewBackgroundColorColors = exports.wit…
25 config = withRootViewBackgroundColorColors(config);
30 const withRootViewBackgroundColorColors = config => { function
39 exports.withRootViewBackgroundColorColors = withRootViewBackgroundColorColors;
H A DwithAndroidRootViewBackgroundColor.d.ts4 export declare const withRootViewBackgroundColorColors: ConfigPlugin; constant
H A DwithAndroidRootViewBackgroundColor.js.map1withRootViewBackgroundColorColors","withRootViewBackgroundColorStyles","exports","withAndroidColor…
/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts6 withRootViewBackgroundColorColors,
40 describe(withRootViewBackgroundColorColors, () => {
45 plugin: withRootViewBackgroundColorColors,
56 plugin: withRootViewBackgroundColorColors,
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts6 withRootViewBackgroundColorColors,
40 describe(withRootViewBackgroundColorColors, () => {
45 plugin: withRootViewBackgroundColorColors,
56 plugin: withRootViewBackgroundColorColors,
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.ts16 config = withRootViewBackgroundColorColors(config);
21 export const withRootViewBackgroundColorColors: ConfigPlugin = (config) => { constant
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidRootViewBackgroundColor.ts16 config = withRootViewBackgroundColorColors(config);
21 export const withRootViewBackgroundColorColors: ConfigPlugin = (config) => { constant