react-native-complete-flatlist
Advanced tools
Comparing version 1.1.17 to 1.1.18
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "A complete flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use", | ||
@@ -41,2 +41,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -76,3 +76,3 @@ # react-native-complete-flatlist | ||
|`pullToRefreshCallback`|function|Callback function when user pull to refresh|null|Optional (Pull to refresh will not be available if this is not supplied| | ||
|`isRefreshing`|boolean|if true, the loading will be shown on top of the list|false|Optional| | ||
|`isRefreshing`|boolean|if true, the loading will be shown on top of the list. Can only be used if prop `pullToRefreshCallback` not null|false|Optional| | ||
|`renderItem`|function that return a JSX element (Just like RN's ListView and FlatList)|Template of a row in the Flat List|null (open for PR if anyone wish to make default template for this)|Required (since I dont do default template yet) | | ||
@@ -79,0 +79,0 @@ |`renderSeparator`|function that return a JSX element to be rendered between rows(Just like RN's ListView and FlatList)|Template of separator in the Flat List|a thin line|Optional| |
11962