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.4 to 0.1.0

4

package.json
{
"name": "react-native-infinite-scroll-view",
"version": "0.0.4",
"version": "0.1.0",
"description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom",

@@ -27,4 +27,4 @@ "main": "InfiniteScrollView.js",

"react-native-clone-referenced-element": "^1.0.0",
"react-native-scrollable-mixin": "0.0.3"
"react-native-scrollable-mixin": "^1.0.0"
}
}
# InfiniteScrollView
**NOTE:** don't try to use this until https://github.com/facebook/react-native/pull/785 is merged.
InfiniteScrollView is a React Native scroll view that notifies you as the scroll offset approaches the bottom. You can instruct it to display a loading indicator while you load more content. This is a common design in feeds. InfiniteScrollView also supports horizontal scroll views.

@@ -12,2 +10,4 @@

## Installation
Make sure you have react-native 0.8.0-rc.
```

@@ -14,0 +14,0 @@ npm install react-native-infinite-scroll-view

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