Searched refs:KeepAwakeOptions (Results 1 – 8 of 8) sorted by relevance
2 import { KeepAwakeListener, KeepAwakeOptions } from './KeepAwake.types';16 export declare function useKeepAwake(tag?: string, options?: KeepAwakeOptions): void;
9 export type KeepAwakeOptions = { alias
1 …KeepAwakeListener = (event: KeepAwakeEvent) => void;\n\nexport type KeepAwakeOptions = {\n /**\n …
1 …KeepAwakeOptions } from './KeepAwake.types';\n\n/** Default tag, used when no tag has been specifi…
5 import { KeepAwakeListener, KeepAwakeOptions } from './KeepAwake.types';27 export function useKeepAwake(tag: string = ExpoKeepAwakeTag, options?: KeepAwakeOptions): void {
15 export type KeepAwakeOptions = { alias
71 - Define `KeepAwakeOptions` type, update the doc comments. ([#20489](https://github.com/expo/expo/p…
602 …- Define `KeepAwakeOptions` type, update the doc comments. ([#20489](https://github.com/expo/expo/…