Home
last modified time | relevance | path

Searched refs:withPrimaryColorColors (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DPrimaryColor.js7 exports.withPrimaryColorStyles = exports.withPrimaryColorColors = exports.withPrimaryColor = void 0;
32 config = withPrimaryColorColors(config);
37 const withPrimaryColorColors = config => { function
46 exports.withPrimaryColorColors = withPrimaryColorColors;
H A DPrimaryColor.d.ts4 export declare const withPrimaryColorColors: ConfigPlugin; constant
H A DPrimaryColor.js.map1withPrimaryColorColors","withPrimaryColorStyles","exports","withAndroidColors","modResults","assig…
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DPrimaryColor-test.ts5 import { getPrimaryColor, withPrimaryColorColors, withPrimaryColorStyles } from '../PrimaryColor';
22 describe(withPrimaryColorColors, () => {
27 plugin: withPrimaryColorColors,
38 plugin: withPrimaryColorColors,
/expo/packages/@expo/config-plugins/src/android/
H A DPrimaryColor.ts12 config = withPrimaryColorColors(config);
17 export const withPrimaryColorColors: ConfigPlugin = (config) => { constant