https://github.com/craftzing/react-native-keyguard-manager
https://github.com/craftzing/react-native-keyguard-manager
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/craftzing/react-native-keyguard-manager
- Owner: craftzing
- Created: 2023-03-30T15:12:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T16:01:46.000Z (over 5 years ago)
- Last Synced: 2025-05-05T10:57:06.638Z (about 1 year ago)
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-keyguard-manager
## Getting started
`$ npm install react-native-keyguard-manager --save`
### Mostly automatic installation
`$ react-native link react-native-keyguard-manager`
## Usage
```javascript
import KeyguardManager from 'react-native-keyguard-manager';
// TODO: What to do with the module?
KeyguardManager;
```