An open API service indexing awesome lists of open source software.

https://github.com/craftzing/react-native-keyguard-manager


https://github.com/craftzing/react-native-keyguard-manager

Last synced: 5 months ago
JSON representation

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;
```