0.1.4 • Published 7 months ago

react-native-bypass-keyguard v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

License

MIT