Socket
Socket
Sign inDemoInstall

react-native-quick-scroll

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "react-native-quick-scroll",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Faisal Arshed",

@@ -24,7 +24,4 @@ # react-native-quick-scroll [![npm version](https://img.shields.io/npm/v/react-native-quick-scroll.svg?style=flat)](https://www.npmjs.com/package/react-native-quick-scroll)

keyExtractor={(asset, index) => String(asset.id)}
data={media}
renderItem={this.renderSongs}
onRefresh={this.refreshList}
initialScrollIndex={canScan ? currentTrack.index : undefined}
showsVerticalScrollIndicator={false}
data={dataArray}
renderItem={this.renderItem}
itemHeight={60}

@@ -31,0 +28,0 @@ viewportHeight={ScreenHeight - TabHeight}

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