-
-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlatList refresh control #598
Comments
Could you add some example? I'm using it and it works okay for me |
@tallen11 - I had the same issue, appears that the
|
I have the same problem. @osdnk - Let say we have the following: I've realized that RNGH behaves differently in the two following scenarios:
No idea what is causing this though |
Any answers for this? im having the same issue |
On iOS it worked, but on android it doesn't work (when the list is large). |
Is there any way to solve this problem? |
@osdnk I am facing the same issue. So pull-to-refresh works perfectly fine on iOS. Although on Android, if the list size is more than the screen-size (basically when scroll shows up) - in that case pull-to-refresh doesn't work. I have setup an Expo snack to reproduce this issue - https://snack.expo.io/@vishalnarkhede/gesture-handler-flatlist-issue |
The problem is actual |
@osdnk This issue should be reopened. On iOS it works, on Android it does not. |
@vishalnarkhede You should create a new issue for this. |
Still have the issue on android |
For those experiencing this issue on Android, ensure that you import RefreshControl from react-native-gesture-handler, not from react-native. |
Replacing the standard react-native FlatList with the one from this library has made refreshing not work. I'm setting the refreshing and onRefresh props like normal and no refresh control appears. Is there further setup for this library?
The text was updated successfully, but these errors were encountered: