Keep device screen awake for React Native
npm install @kobe-brants/react-native-keep-awakeKeep device screen awake for React Native
``sh`
npm install @kobe-brants/react-native-keep-awake
`js
import KeepAwake from '@kobe-brants/react-native-keep-awake';
useEffect(() => {
KeepAwake.activate();
return () => {
KeepAwake.deactivate();
};
}, []);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library