react-native-infinite-scroll-view
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -57,3 +57,3 @@ /** | ||
Object.assign(props, { | ||
onScroll: this._handleScroll, | ||
onScroll: this._handleScroll.bind(this), | ||
children: [this.props.children, loadingIndicator], | ||
@@ -60,0 +60,0 @@ }); |
{ | ||
"name": "react-native-infinite-scroll-view", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom", | ||
@@ -5,0 +5,0 @@ "main": "InfiniteScrollView.js", |
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
7647