react-native-drag-sort
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -562,3 +562,2 @@ import React, {Component} from 'react' | ||
scrollTo = (height, animated = true) => { | ||
this.isHasMeasure = true | ||
// Prevent iOS from sliding when elastically sliding negative numbers | ||
@@ -587,2 +586,3 @@ if (this.curScrollData) { | ||
} | ||
if (nativeEvent.contentOffset.y !== 0) this.isHasMeasure = true; | ||
if (this.props.onScrollListener) this.props.onScrollListener(event) | ||
@@ -589,0 +589,0 @@ } |
{ | ||
"name": "react-native-drag-sort", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Drag and drop sort control for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
82044