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

react-native-infinite-flatlist-patch

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-infinite-flatlist-patch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-native-infinite-flatlist-patch",
"version": "1.0.0",
"version": "1.0.1",
"description": "Patch for infinite scrolling with FlatList",

@@ -5,0 +5,0 @@ "keywords": [

@@ -17,3 +17,3 @@ #!/usr/bin/env node

let patchDir = '';
if (minorVersion === 60) {
if (minorVersion >= 60) {
patchDir = '0.60.5';

@@ -20,0 +20,0 @@ } else if (minorVersion === 59) {

@@ -0,1 +1,3 @@

[![NPM Version][npm-image]][npm-url]
Infinite scrolling is one of the most used UX in App. In React Native, This is implemented using the `onEndReached` props of FlatList.

@@ -77,1 +79,4 @@

`OnEndReached` is called twice when required and FlatList has 30 items.
[npm-image]: https://img.shields.io/npm/v/react-native-infinite-flatlist-patch.svg?style=flat-square
[npm-url]: https://npmjs.org/package/react-native-infinite-flatlist-patch
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