-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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 bug #14761
Comments
Can you elaborate a bit more? Please explain the list of steps to reproduce, what was expected, and what happened instead. |
@hramos I believe the issue is that after refreshing the FlatList, the TouchableHighlight does not respond to the first press. The user has to press the TouchableHighlight twice in order to get the Alert to appear. |
i can confirm this on iOS but android is working as expected |
Then, specify: Target Platform (e.g. iOS, Android): iOS Happens also with ScrollView and ListView 23c2a6c ---update 8/1/2017
This does not fix the problem |
what @andrewda said is what is exactly happening to our app when using the RefreshControl component |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
@zzetao any solution ? i am also facing this issue. |
react-native -v: 0.49.3 same thing :( |
I can't repro on iphoneX, every other iphone, still happening |
i encountered this few months ago .. but now i am using 0.47.2 @eladgel it doesn't seem a problem anymore .. perhaps it was fixed |
it's still happening I am using 0.52 android |
it's still happening using reactnative -v 0.54.2 iOS |
In #20011 there is an useful solution |
Is this a bug report?
Yes.
Have you read the Bugs section of the Contributing to React Native Guide?
Yes.
Environment
react-native -v
: 0.43.4node -v
: 7.7.4npm -v
: 4.1.2yarn --version
: 0.22.0Then, specify:
Target Platform (e.g. iOS, Android): iOS
Development Operating System: macOS Sierra
Build tools : Xcode
Description
The first press is invalid after refreshing, See the demo for details.
Reproducible Demo
https://snack.expo.io/Hyd4CAlEb
The text was updated successfully, but these errors were encountered: