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.

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