This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Complete Example showing all available events and properties ? #21
Labels
Comments
I need an example too! |
+1 |
+1 onLoadMoreAsync method failed prototype error |
+1. It's too hard with out example :( |
+1 |
2 similar comments
+1 |
+1 |
+1 jaja |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Managed to make it work with redux with the following code:
Found rnplay project to be a great example of setting up redux and HTTP API requests: |
Thanks @pyankoff! I spent couple hours trying to get this going... was only able to do so thanks to your example... Cheers! |
wli
added a commit
to wli/react-native-infinite-scroll-view
that referenced
this issue
Nov 23, 2016
wli
added a commit
to wli/react-native-infinite-scroll-view
that referenced
this issue
Nov 24, 2016
wli
added a commit
to wli/react-native-infinite-scroll-view
that referenced
this issue
Nov 29, 2016
ide
pushed a commit
that referenced
this issue
Nov 30, 2016
Hi all, you can find a working example right here: Cheers! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sorry to ask this again ( I saw a couple of closed tickets ), But it's kind of hard to implement the infinite scrollView.
Can someone provide a complete working example of how to use
canLoadMore
,isLoadingMore
andonLoadMoreAsync
for the infinite scrolling ?Including a screenshot would be super helpful.
PS: I am facing another problem with the listView. I was using the
contentContainerStyle
to show the grid style inside the listView ( as explained here). With this set-up, I am not sure how to implement the infinite scrolling. Can someone lead me to the right direction ?This is how the listView now:
The text was updated successfully, but these errors were encountered: