Home
last modified time | relevance | path

Searched defs:withPrimaryColor (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DPrimaryColor.d.ts3 export declare const withPrimaryColor: ConfigPlugin; constant
H A DPrimaryColor.js31 const withPrimaryColor = config => { function
/expo/packages/@expo/config-plugins/src/android/
H A DPrimaryColor.ts11 export const withPrimaryColor: ConfigPlugin = (config) => { constant