react-native-complete-flatlist
Advanced tools
Comparing version 1.1.30 to 1.1.31
@@ -132,2 +132,3 @@ import React, { Component } from "react"; | ||
<FlatList | ||
{...this.props} | ||
refreshControl={ | ||
@@ -134,0 +135,0 @@ onSearch !== null ? ( |
{ | ||
"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 @@ |----|----|-----------|-------|--------| |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14472
220
108