UNPKG

expo-keep-awake

Version:

Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.

11 lines (10 loc) 259 B
{ "extends": "expo-module-scripts/tsconfig.base", "compilerOptions": { "rootDir": "./src", "outDir": "./build", "emitDeclarationOnly": true }, "include": ["./src"], "exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__rsc_tests__/*"] }