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

react-native-complete-flatlist

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-complete-flatlist - npm Package Compare versions

Comparing version 1.1.30 to 1.1.31

1

index.js

@@ -132,2 +132,3 @@ import React, { Component } from "react";

<FlatList
{...this.props}
refreshControl={

@@ -134,0 +135,0 @@ onSearch !== null ? (

4

package.json
{
"name": "react-native-complete-flatlist",
"version": "1.1.30",
"description": "A complete flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use",
"version": "1.1.31",
"description": "An extension of ReactNative's flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -77,2 +77,4 @@ # react-native-complete-flatlist

renderItem={this.cell}
onEndReached={() => console.log("reach end")}
onEndReachedThreshold={0}
/>

@@ -90,2 +92,3 @@ );

### Properties
All FlatList props should work plus props mentioned below
|Prop|Type|Description|Default|Required|

@@ -92,0 +95,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