react-native-complete-flatlist
Advanced tools
Comparing version 1.1.28 to 1.1.29
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.28", | ||
"version": "1.1.29", | ||
"description": "A complete flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -101,5 +101,5 @@ # react-native-complete-flatlist | ||
|`highlightColor`|color|color of higlighted words background when match search keyword|yellow|Optional| | ||
|`searchKey`|array of string|This should be name of keys available in data which will be use to search|null|Optional (if not supplied, search field will not appear)| | ||
|`searchKey`|array of string|This should be name of keys available in data which will be use to search. ```**Warning: nested key not yet supported```|null|Optional (if not supplied, search field will not appear)| | ||
|`elementBetweenSearchAndList`|JSX element|What to render between searchbar and the list|null|Optional| | ||
|`refreshOnLoad`|boolean|If `true`, prop `pullToRefreshCallback` will be called if available|true|Optional| | ||
|`onSearch`|function that will replace `pullToRefreshCallback`|If exist, `pullToRefreshCallback` will be overrided. This will not triggered on key press, but on return key pressed. This props is introduced if search trigger result from API. If you just want local search (search from existing array), this props is not needed. `onSearch` will automatic get `keyword` parameter|()=>null|Optional| |
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
14038