react-native-complete-flatlist
Advanced tools
Comparing version 1.1.38 to 1.1.39
@@ -32,2 +32,3 @@ import React, { Component } from "react"; | ||
searchBarBackgroundStyles: {}, | ||
showSearch: true, | ||
renderEmptyRow: () => ( | ||
@@ -119,2 +120,3 @@ <Text style={styles.noData}>{"No data available"}</Text> | ||
searchTextInputStyle, | ||
showSearch, | ||
} = this.props; | ||
@@ -152,3 +154,3 @@ const { searchText } = this.state | ||
> | ||
{(this.props.searchKey.length > 0 || onSearch) && searchbar} | ||
{showSearch && searchbar} | ||
{this.props.elementBetweenSearchAndList} | ||
@@ -155,0 +157,0 @@ <FlatList |
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.38", | ||
"version": "1.1.39", | ||
"description": "An extension of React Native's Flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14527
207