Searched refs:getStatusBarColor (Results 1 – 5 of 5) sorted by relevance
6 exports.getStatusBarColor = getStatusBarColor;68 value: getStatusBarColor(config)72 const hexString = getStatusBarColor(config);98 function getStatusBarColor(config) { function
7 export declare function getStatusBarColor(config: Pick<ExpoConfig, 'androidStatusBar'>): string | u…
1 …getStatusBarColor","styles","hexString","floatElement","getStatusBarTranslucent","assignStylesValu…
43 value: getStatusBarColor(config),51 const hexString = getStatusBarColor(config);82 export function getStatusBarColor(config: Pick<ExpoConfig, 'androidStatusBar'>) { function
5 getStatusBarColor,13 expect(getStatusBarColor({ androidStatusBar: { backgroundColor: '#111111' } })).toMatch(