react-native-slider
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -289,3 +289,3 @@ 'use strict';var _extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source){if(Object.prototype.hasOwnProperty.call(source,key)){target[key]=source[key];}}}return target;};function _objectWithoutProperties(obj,keys){var target={};for(var i in obj){if(keys.indexOf(i)>=0)continue;if(!Object.prototype.hasOwnProperty.call(obj,i))continue;target[i]=obj[i];}return target;} | ||
this._setCurrentValue(this._getValue(gestureState)); | ||
this._fireChangeEvent('onValueChange');}, | ||
this._fireChangeEvent('onSlidingComplete');}, | ||
@@ -292,0 +292,0 @@ |
{ | ||
"name": "react-native-slider", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A pure JavaScript <Slider /> component for react-native", | ||
@@ -5,0 +5,0 @@ "main": "lib/Slider.js", |
@@ -289,3 +289,3 @@ 'use strict'; | ||
this._setCurrentValue(this._getValue(gestureState)); | ||
this._fireChangeEvent('onValueChange'); | ||
this._fireChangeEvent('onSlidingComplete'); | ||
}, | ||
@@ -292,0 +292,0 @@ |
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
32621