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

react-native-advance-draggable-view

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-advance-draggable-view - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

index.js

@@ -42,3 +42,3 @@ var TENSION = 800;

closeDrawer = () => {
this.startAnimation(-100, this.state.initialDrawerSize, this.state.finalPosition, null, this.state.initialPositon);
this.startAnimation(-100, 0, this.state.finalPosition, null, this.state.initialPositon);
this.props.onRelease && this.props.onRelease(false); // only add this line if you need to detect if the drawer is up or not

@@ -45,0 +45,0 @@ }

{
"name": "react-native-advance-draggable-view",
"version": "1.0.7",
"version": "1.0.8",
"keywords": [

@@ -5,0 +5,0 @@ "react-component",

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