@ms-v3/rn-foreground-service
Version:
A Foreground Service for React Native
22 lines • 479 B
JSON
{
"name": "@ms-v3/rn-foreground-service",
"version": "0.0.4",
"description": "A Foreground Service for React Native",
"main": "index.js",
"repository": "LucasMonteiro1/rn-foreground-service",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"keywords": [
"react",
"react-native",
"android",
"foreground",
"service",
"background"
],
"peerDependencies": {
"react-native": ">=0.59.0"
}
}