Home
last modified time | relevance | path

Searched refs:setStatusBarBackgroundColor (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-status-bar/src/__tests__/
H A DsetStatusBarBackgroundColor-test.ts4 import { setStatusBarBackgroundColor } from '../StatusBar';
10 setStatusBarBackgroundColor('#000', true);
/expo/packages/expo-status-bar/build/
H A DsetStatusBarBackgroundColor.d.ts.map1 {"version":3,"file":"setStatusBarBackgroundColor.d.ts","sourceRoot":"","sources":["../src/setStatus…
H A DsetStatusBarBackgroundColor.js.map1setStatusBarBackgroundColor.js","sourceRoot":"","sources":["../src/setStatusBarBackgroundColor.ts"…
H A DsetStatusBarBackgroundColor.d.ts7 export default function setStatusBarBackgroundColor(backgroundColor: string, animated: boolean): vo… function
H A DStatusBar.d.ts2 export { default as setStatusBarBackgroundColor } from './setStatusBarBackgroundColor';
H A DStatusBar.web.js1 export function setStatusBarBackgroundColor() { } function
H A DStatusBar.web.d.ts1 export declare function setStatusBarBackgroundColor(): void; function
H A DsetStatusBarBackgroundColor.js9 export default function setStatusBarBackgroundColor(backgroundColor, animated) { function
H A DStatusBar.js.map1 …m './StatusBar.types';\nexport { default as setStatusBarBackgroundColor } from './setStatusBarBack…
H A DStatusBar.js2 export { default as setStatusBarBackgroundColor } from './setStatusBarBackgroundColor';
H A DStatusBar.web.js.map1 …B,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["export function setStatusBarBackgroundColor() {}\ne…
/expo/packages/expo-status-bar/src/
H A DStatusBar.ts2 export { default as setStatusBarBackgroundColor } from './setStatusBarBackgroundColor';
H A DStatusBar.web.ts1 export function setStatusBarBackgroundColor() {} function
H A DsetStatusBarBackgroundColor.ts10 export default function setStatusBarBackgroundColor(backgroundColor: string, animated: boolean) { function