Home
last modified time | relevance | path

Searched refs:KeepAwakeOptions (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-keep-awake/build/
H A Dindex.d.ts2 import { KeepAwakeListener, KeepAwakeOptions } from './KeepAwake.types';
16 export declare function useKeepAwake(tag?: string, options?: KeepAwakeOptions): void;
H A DKeepAwake.types.d.ts9 export type KeepAwakeOptions = { alias
H A DKeepAwake.types.js.map1 …KeepAwakeListener = (event: KeepAwakeEvent) => void;\n\nexport type KeepAwakeOptions = {\n /**\n …
H A Dindex.js.map1KeepAwakeOptions } from './KeepAwake.types';\n\n/** Default tag, used when no tag has been specifi…
/expo/packages/expo-keep-awake/src/
H A Dindex.ts5 import { KeepAwakeListener, KeepAwakeOptions } from './KeepAwake.types';
27 export function useKeepAwake(tag: string = ExpoKeepAwakeTag, options?: KeepAwakeOptions): void {
H A DKeepAwake.types.ts15 export type KeepAwakeOptions = { alias
/expo/packages/expo-keep-awake/
H A DCHANGELOG.md71 - Define `KeepAwakeOptions` type, update the doc comments. ([#20489](https://github.com/expo/expo/p…
/expo/
H A DCHANGELOG.md602 …- Define `KeepAwakeOptions` type, update the doc comments. ([#20489](https://github.com/expo/expo/…