Skip to content

Commit 0b8aad4

Browse files
committed
update capture android
1 parent 0fabf38 commit 0b8aad4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
-14.1 KB
Loading

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-gifted-listview
22

3-
A ListView that embed some recurrents features like pull-to-refresh, infinite scrolling (using touch), loader, default view for Android and iOS React-Native apps
3+
A ListView that embed some recurrents features like pull-to-refresh, infinite scrolling and more for Android and iOS React-Native apps
44

55

66
![](https://raw.githubusercontent.com/FaridSafi/react-native-gifted-listview/master/Captures/ios_refresh_page_demo.gif)
@@ -117,7 +117,8 @@ var styles = {
117117
- [x] Infinite scrolling using touch to load more
118118
- [x] Loader for first display
119119
- [x] Default view when no content to display
120-
- [] Pull-to-refresh in Android (tried to implement it but it seems that onResponderRelease event is not yet catchable in Android ListView - React-Native 0.13.2)
120+
- [ ] Pull-to-refresh in Android (tried to implement it but it seems that onResponderRelease event is not yet catchable in Android ListView - React-Native 0.13.2)
121+
121122

122123

123124
### License

0 commit comments

Comments
 (0)