Skip to content

Commit 8c5bfc9

Browse files
committed
rn 20 support
1 parent 2164fb8 commit 8c5bfc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ A ListView with pull-to-refresh, infinite scrolling and more for Android and iOS
77
![](https://raw.githubusercontent.com/FaridSafi/react-native-gifted-listview/master/Captures/android_refresh_page_demo.gif)
88

99

10+
### Changelog
11+
- 0.0.12 RN 0.20.0 support (PR @akiver)
12+
1013
### Simple example
1114

1215

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gifted-listview",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "A ListView that embed some recurrents features like pull-to-refresh, infinite scrolling and more for Android and iOS React-Native apps",
55
"main": "GiftedListView.js",
66
"scripts": {

0 commit comments

Comments
 (0)