react-native-smart-timer-enhance
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-native-smart-timer-enhance", | ||
"version": "1.0.2", | ||
"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", | ||
@@ -5,0 +5,0 @@ "main": "TimerEnhance.js", |
# react-native-smart-timer-enhance | ||
[![npm](https://img.shields.io/npm/v/react-native-smart-timer-enhance.svg)](https://www.npmjs.com/package/react-native-smart-timer-enhance) | ||
[![npm](https://img.shields.io/npm/dm/react-native-smart-timer-enhance.svg)](https://www.npmjs.com/package/react-native-smart-timer-enhance) | ||
[![npm](https://img.shields.io/npm/dt/react-native-smart-timer-enhance.svg)](https://www.npmjs.com/package/react-native-smart-timer-enhance) | ||
[![npm](https://img.shields.io/npm/l/react-native-smart-timer-enhance.svg)](https://github.com/react-native-component/react-native-smart-timer-enhance/blob/master/LICENSE) | ||
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 | ||
@@ -3,0 +9,0 @@ |
/* | ||
* A TimerEnhance for React Native app (es6) which replaced TimerMixin (es5) | ||
* provtimerIdes timer functions for executing code in the future that are safely cleaned up when the component unmounts | ||
* provides timer functions for executing code in the future that are safely cleaned up when the component unmounts | ||
* https://github.com/react-native-component/react-native-smart-timer-enhance/ | ||
@@ -5,0 +5,0 @@ * Released under the MIT license |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7476
61