Skip to content

Commit 56c6e39

Browse files
bug fix
1 parent d54f447 commit 56c6e39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-native-complete-flatlist",
3-
"version": "1.0.9",
3+
"version": "1.1.1",
44
"description":
5-
"A complete flatlist with search bar, pull to refresh, and etc is ready to use",
5+
"A complete flatlist with search bar, highlighted search, pull to refresh, and etc is ready to use",
66
"main": "index.js",
77
"scripts": {
88
"test": "mocha --reporter spec"
@@ -23,7 +23,9 @@
2323
"listview with search bar",
2424
"flatlist with search bar",
2525
"listview with pull to refresh",
26-
"flatlist with pull to refresh"
26+
"flatlist with pull to refresh",
27+
"highlight",
28+
"pull to refresh"
2729
],
2830
"author": "Fattah Muhyiddeen <[email protected]>",
2931
"license": "MIT",

0 commit comments

Comments
 (0)