react-native-complete-flatlist
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "react-native-complete-flatlist", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "An extension of React Native's Flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha --reporter spec" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -88,5 +88,8 @@ # react-native-complete-flatlist | ||
``` | ||
### Upgrading from V 1.x.x to V 2.x.x | ||
Change from `renderItem={(data, index) => {} }` to `renderItem={({data, index, separators}) => {} }` (similar like the on in Original Flatlist) (I dont know why I dont do that from the beginning) | ||
### Properties | ||
@@ -93,0 +96,0 @@ All FlatList props should work plus props mentioned below |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
15748
134
4
1