react-native-drag-sort
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -212,2 +212,3 @@ import React, {Component} from 'react' | ||
duration: this.props.scaleDuration, | ||
useNativeDriver: false, | ||
} | ||
@@ -375,2 +376,3 @@ ).start(()=>{ | ||
easing: Easing.out(Easing.quad), | ||
useNativeDriver: false, | ||
} | ||
@@ -404,2 +406,3 @@ ).start() | ||
duration: this.props.scaleDuration, | ||
useNativeDriver: false, | ||
} | ||
@@ -406,0 +409,0 @@ ).start(()=>{ |
@@ -127,2 +127,3 @@ import React, {Component} from 'react' | ||
duration: this.props.scaleDuration, | ||
useNativeDriver: false, | ||
} | ||
@@ -246,2 +247,3 @@ ).start(()=>{ | ||
easing: Easing.out(Easing.quad), | ||
useNativeDriver: false, | ||
} | ||
@@ -270,2 +272,3 @@ ).start() | ||
duration: this.props.scaleDuration, | ||
useNativeDriver: false, | ||
} | ||
@@ -272,0 +275,0 @@ ).start(()=>{ |
@@ -35,13 +35,13 @@ import React, { Component } from 'react' | ||
interface AutoIProps extends IProps { | ||
autoThrottle: number?, | ||
autoThrottleDuration: number?, | ||
renderHeaderView: any?, | ||
headerViewHeight: number?, | ||
renderBottomView: any?, | ||
bottomViewHeight: number?, | ||
autoThrottle?: number, | ||
autoThrottleDuration?: number, | ||
renderHeaderView?: any, | ||
headerViewHeight?: number, | ||
renderBottomView?: any, | ||
bottomViewHeight?: number, | ||
} | ||
declare class DragSortableView extends Component<IProps>{} | ||
declare class AutoDragSortableView extends Component<AutoIProps> {} | ||
class DragSortableView extends Component<IProps>{} | ||
class AutoDragSortableView extends Component<AutoIProps> {} | ||
export { DragSortableView, AutoDragSortableView } |
{ | ||
"name": "react-native-drag-sort", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"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
80267
1114