react-native-complete-flatlist
Advanced tools
Comparing version 1.1.19 to 1.1.20
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.19", | ||
"version": "1.1.20", | ||
"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", |
@@ -83,2 +83,2 @@ # react-native-complete-flatlist | ||
|`elementBetweenSearchAndList`|JSX element|What to render between searchbar and the list|null|Optional| | ||
|`refreshOnLoad`|boolean|If yes, prop `pullToRefreshCallback` will be called if available|true|Optional| | ||
|`refreshOnLoad`|boolean|If `true`, prop `pullToRefreshCallback` will be called if available|true|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
12151