react-native-bypass-keyguard
v0.1.4
Published
React Native Bypass power button password for Android only
Downloads
17
Maintainers
Readme
react-native-bypass-keyguard
React Native Bypass power button password for Android only
Installation
Using npm:
npm install react-native-bypass-keyguard
or using yarn:
yarn add react-native-bypass-keyguard
Getting Started
Check out the documentation website.
Usage
import {
showOverKeyguard,
clearShowOverKeyguard,
} from 'react-native-bypass-keyguard';
// ...
React.useEffect(() => {
showOverKeyguard();
return () => {
clearShowOverKeyguard();
};
}, []);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
Author
Sponsor & Support
To keep this library maintained and up-to-date please consider follow it on GitHub