react-native-background-timer
Version:
Emit event periodically (even when app is in the background)
26 lines (25 loc) • 576 B
JSON
{
"name": "react-native-background-timer",
"version": "1.2.0",
"description": "Emit event periodically (even when app is in the background)",
"keywords": [
"android",
"ios",
"react-component",
"react-native",
"timer"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ocetnik/react-native-background-timer.git"
},
"author": "David Ocetnik",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.47.0"
}
}