react-native-largelist
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -272,5 +272,6 @@ /* | ||
if (this.reloading) this.props.onLargeListDidUpdate(); | ||
this.reloading = false; | ||
return; | ||
} | ||
setTimeout(() => { | ||
let timer = setTimeout(() => { | ||
this.headerRef.measure((x, y, w, h) => { | ||
@@ -282,2 +283,3 @@ this._onHeaderLayout({ nativeEvent: { layout: { height: h } } }); | ||
}); | ||
clearTimeout(timer); | ||
}, 10); | ||
@@ -284,0 +286,0 @@ } |
{ | ||
"name": "react-native-largelist", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"private": false, | ||
"description": "A high performance large list component which is much better than SectionList for React Native.", | ||
"description": "The best performance large list component which is much better than SectionList for React Native.", | ||
"author": "bolan9999 <bolan999999@gmail.com>", | ||
@@ -7,0 +7,0 @@ "license": "MIT", |
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
108580
41
1957