react-native-drag-sort
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -408,3 +408,3 @@ import React, {Component} from 'react' | ||
renderItem: PropTypes.func.isRequired, | ||
scaleStatus: PropTypes.oneOf('scale','scaleX','scaleY'), | ||
scaleStatus: PropTypes.oneOf(['scale','scaleX','scaleY']), | ||
fixedItems: PropTypes.array, | ||
@@ -411,0 +411,0 @@ keyExtractor: PropTypes.func |
{ | ||
"name": "react-native-drag-sort", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Drag and drop sort control for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
33198
9
387