Home
last modified time | relevance | path

Searched defs:withIosRootViewBackgroundColor (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-system-ui/plugin/build/
H A DwithIosRootViewBackgroundColor.d.ts3 export declare const withIosRootViewBackgroundColor: ConfigPlugin; constant
H A DwithIosRootViewBackgroundColor.js13 const withIosRootViewBackgroundColor = (config) => { function
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.d.ts3 export declare const withIosRootViewBackgroundColor: ConfigPlugin; constant
H A DwithIosRootViewBackgroundColor.js38 const withIosRootViewBackgroundColor = config => { function
/expo/packages/expo-system-ui/plugin/src/
H A DwithIosRootViewBackgroundColor.ts11 export const withIosRootViewBackgroundColor: ConfigPlugin = (config) => { constant
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.ts12 export const withIosRootViewBackgroundColor: ConfigPlugin = (config) => { constant