react-native-android-app-checker
Version:
A React Native plugin for checking if specific Android apps/packages are installed on the device.
26 lines (25 loc) • 708 B
JSON
{
"name": "react-native-android-app-checker",
"version": "1.0.3",
"description": "A React Native plugin for checking if specific Android apps/packages are installed on the device.",
"main": "index.js",
"author": "Anzor Mumladze",
"license": "MIT",
"homepage": "https://github.com/Anzormumladze/react-native-app-checker#readme",
"repository": {
"type": "git",
"url": "https://github.com/Anzormumladze/react-native-app-checker.git"
},
"keywords": [
"react-native",
"android",
"app-checker",
"native-module",
"check-installed-apps"
],
"create-react-native-library": {
"type": "module-legacy",
"languages": "kotlin-objc",
"version": "0.42.0"
}
}