Searched refs:getBackgroundColorAsync (Results 1 – 20 of 20) sorted by relevance
31 export async function getBackgroundColorAsync() { function32 return await ExpoSystemUI.getBackgroundColorAsync();
3 getBackgroundColorAsync(): any; constant
22 export declare function getBackgroundColorAsync(): Promise<ColorValue | null>;
8 getBackgroundColorAsync() {
1 …getBackgroundColorAsync();\n * ```\n * @returns Current root view background color in hex format. …
1 …t {\n get name(): string {\n return 'ExpoSystemUI';\n },\n getBackgroundColorAsync() {\n …
33 export async function getBackgroundColorAsync(): Promise<ColorValue | null> { function34 return await ExpoSystemUI.getBackgroundColorAsync();
9 getBackgroundColorAsync() {
58 export async function getBackgroundColorAsync() { function63 return await ExpoNavigationBar.getBackgroundColorAsync();
35 export declare function getBackgroundColorAsync(): Promise<ColorValue>;
1 …getBackgroundColorAsync();\n * ```\n * @returns Current navigation bar color in hex format. Return…
73 export async function getBackgroundColorAsync(): Promise<ColorValue> { function78 return await ExpoNavigationBar.getBackgroundColorAsync();
24 getAsync: SystemUI.getBackgroundColorAsync,
74 getAsync: NavigationBar.getBackgroundColorAsync,
35 onPress={async () => setColor(await SystemUI.getBackgroundColorAsync())}
58 fun getBackgroundColorAsync(promise: Promise) { in getBackgroundColorAsync() method
55 fun getBackgroundColorAsync(promise: Promise) { in <lambda>() method
112 - Fix `getBackgroundColorAsync` return type. ([#15127](https://github.com/expo/expo/pull/15127) by …