react-native-complete-flatlist
Advanced tools
Comparing version 1.1.37 to 1.1.38
@@ -150,3 +150,3 @@ import React, { Component } from "react"; | ||
> | ||
{(this.props.searchKey.length > 0 || onSearch !== null) && searchbar} | ||
{(this.props.searchKey.length > 0 || onSearch) && searchbar} | ||
{this.props.elementBetweenSearchAndList} | ||
@@ -153,0 +153,0 @@ <FlatList |
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.37", | ||
"version": "1.1.38", | ||
"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", |
14522