@kobe-brants/react-native-keep-awake
v1.1.1
Published
Keep device screen awake for React Native
Downloads
37
Readme
react-native-keep-awake
Keep device screen awake for React Native
Installation
npm install @kobe-brants/react-native-keep-awakeUsage
import KeepAwake from '@kobe-brants/react-native-keep-awake';
useEffect(() => {
KeepAwake.activate();
return () => {
KeepAwake.deactivate();
};
}, []);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
