Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-drag-sort

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-drag-sort - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

AutoDragSortableView.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc