Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-infinite-scroll-view

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-infinite-scroll-view - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

InfiniteScrollView.js

@@ -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",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc