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.
16 lines (15 loc) • 349 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["KeepAwakeModule"]
},
"android": {
"modules": ["expo.modules.keepawake.KeepAwakeModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.keepawake",
"version": "55.0.6",
"repository": "local-maven-repo"
}
}
}