react-native-complete-flatlist
Advanced tools
Comparing version 1.1.34 to 1.1.35
@@ -140,3 +140,3 @@ import React, { Component } from "react"; | ||
returnKeyType='search' | ||
onSubmitEditing={() => onSearch ? onSearch() : null} | ||
onSubmitEditing={() => onSearch && onSearch(this.state.searchText)} | ||
/> | ||
@@ -143,0 +143,0 @@ </View> |
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.34", | ||
"version": "1.1.35", | ||
"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", |
14477