react-native-keyguard
Version:
A react native module to control the Keyguard in Android.
23 lines (22 loc) • 535 B
JSON
{
"name": "react-native-keyguard",
"description": "A react native module to control the Keyguard in Android.",
"version": "0.1.4",
"main": "index.android.js",
"repository": {
"type": "git",
"url": "git@github.com:NishanthShankar/react-native-keyguard.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"lock-screen"
],
"author": "Nishanth Shankar <NishanthShankr@gmail.com>",
"license": "MIT",
"homepage": "",
"peerDependencies": {
"react-native": ">= 0.30.0"
}
}