react-native-quick-scroll
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"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} |
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
7395
51