react-native-drag-sort
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -407,9 +407,11 @@ import React, {Component} from 'react' | ||
).start(()=>{ | ||
this.touchCurItem.ref.setNativeProps({ | ||
style: { | ||
zIndex: defaultZIndex, | ||
} | ||
}) | ||
this.changePosition(this.touchCurItem.index,this.touchCurItem.moveToIndex) | ||
this.touchCurItem = null | ||
if (this.touchCurItem) { | ||
this.touchCurItem.ref.setNativeProps({ | ||
style: { | ||
zIndex: defaultZIndex, | ||
} | ||
}) | ||
this.changePosition(this.touchCurItem.index,this.touchCurItem.moveToIndex) | ||
this.touchCurItem = null | ||
} | ||
}) | ||
@@ -416,0 +418,0 @@ |
{ | ||
"name": "react-native-drag-sort", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Drag and drop sort control for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -104,3 +104,1 @@ # react-native-drag-sort | ||
### [Download Android example](https://fir.im/dragsort) | ||
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
80297
1116
104