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.2.1 to 0.2.2

2

DefaultLoadingIndicator.js

@@ -17,3 +17,3 @@ 'use strict';

{
Platform.OS === 'android' ?
Platform.OS === 'ios' ?
<ActivityIndicatorIOS /> :

@@ -20,0 +20,0 @@ <ProgressBarAndroid styleAttr="Small" />

{
"name": "react-native-infinite-scroll-view",
"version": "0.2.1",
"version": "0.2.2",
"description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom",

@@ -5,0 +5,0 @@ "main": "InfiniteScrollView.js",

@@ -12,6 +12,17 @@ # InfiniteScrollView [![Slack](http://slack.exponentjs.com/badge.svg)](http://slack.exponentjs.com)

```
```sh
npm install react-native-infinite-scroll-view
```
Configure your .babelrc file:
```json
{
"whitelist": [
"es7.classProperties",
"es7.decorators"
]
}
```
## Usage

@@ -18,0 +29,0 @@

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