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.

37 lines (36 loc) 806 B
{ "$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json", "products": [ { "name": "ExpoKeepAwake", "podName": "ExpoKeepAwake", "platforms": [ "iOS(.v15)" ], "externalDependencies": [ "ReactNativeDependencies", "React", "Hermes", "expo-modules-core/ExpoModulesCore" ], "targets": [ { "type": "swift", "name": "ExpoKeepAwake", "path": "ios", "pattern": "*.swift", "dependencies": [ "Hermes", "React", "ReactNativeDependencies", "expo-modules-core/ExpoModulesCore" ], "linkedFrameworks": [ "Foundation", "UIKit" ] } ] } ] }