UNPKG

@sayem314/react-native-keep-awake

Version:

Keep the screen from going to sleep. iOS, Android and Web.

12 lines (7 loc) 200 B
import React from "react"; export function useKeepAwake() {} export function activateKeepAwake() {} export function deactivateKeepAwake() {} export default function KeepAwake() { return null; }