Socket
Socket
Sign inDemoInstall

react-native-wheel-scroll-picker

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

8

index.js

@@ -122,3 +122,5 @@ import React from 'react';

}
this.sview.scrollTo({y: verticalElem});
if (this.sview) {
this.sview.scrollTo({y: verticalElem});
}
}

@@ -193,3 +195,5 @@ if (this.state.selectedIndex === selectedIndex) {

setTimeout(() => {
this.sview.scrollTo({y});
if (this.sview) {
this.sview.scrollTo({y});
}
}, 0);

@@ -196,0 +200,0 @@ }

{
"name": "react-native-wheel-scroll-picker",
"version": "0.2.3",
"version": "0.2.4",
"description": "a pure js picker, each option item customizable",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc