react-native-complete-flatlist
Advanced tools
Comparing version 1.1.39 to 1.1.40
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "1.1.39", | ||
"version": "1.1.40", | ||
"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", |
@@ -96,2 +96,3 @@ # react-native-complete-flatlist | ||
|----|----|-----------|-------|--------| | ||
|`showSearch`|boolean|If `true`, search bar will be show|true|Optional| | ||
|`data`|array of objects|Data to be rendered in the list|[]|Required (come on, ofcourse u need data for this)| | ||
@@ -98,0 +99,0 @@ |`renderEmptyRow`|function that return a JSX element|Will be rendered when data is empty or search does not match any keyword|```()=><Text style={styles.noData}>{'No data available'}</Text>```|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
14599
130