react-native-smart-timer-enhance
Version:
A TimerEnhance for React Native app (es6) which replaced TimerMixin (es5) provides timer functions for executing code in the future that are safely cleaned up when the component unmounts
27 lines (26 loc) • 885 B
JSON
{
"name": "react-native-smart-timer-enhance",
"version": "1.0.3",
"description": " A TimerEnhance for React Native app (es6) which replaced TimerMixin (es5) provides timer functions for executing code in the future that are safely cleaned up when the component unmounts",
"main": "TimerEnhance.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-component/react-native-smart-timer-enhance.git"
},
"keywords": [
"react-native",
"smart",
"timer",
"enhance",
"component"
],
"author": "HISAME SHIZUMARU",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-component/react-native-smart-timer-enhance/issues"
},
"homepage": "https://github.com/react-native-component/react-native-smart-timer-enhance#readme"
}