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.

54 lines 1.41 kB
{ "name": "expo-keep-awake", "version": "56.0.3", "description": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.", "main": "src/index.ts", "types": "build/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./build/index.d.ts", "default": "./src/index.ts" } }, "sideEffects": false, "keywords": [ "react-native", "expo", "awake", "keep-awake" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-keep-awake" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/keep-awake/", "dependencies": {}, "devDependencies": { "@testing-library/react-native": "^13.3.0", "@types/react": "~19.2.0", "expo": "56.0.0-preview.4", "expo-module-scripts": "56.0.1" }, "peerDependencies": { "expo": "*", "react": "*" }, "jest": { "preset": "expo-module-scripts" }, "gitHead": "d2109c94206280625a070242b0cb6e2500357c46", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }