-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
Inverted FlatList scroll issue on Android #171
Comments
|
It's not. The bug is reproducible on Android API 26 (lower that P), and if in my testcase repo you replace |
Ah noted, thanks for clarifying... will strike out my comment. Good luck, currently this is the behaviour being seeing on Android Pi for even the RN ScrollView |
any update on this issue? @angly-cat did you solve this problem? |
@kabus202 I didn't. I just removed using RNGH's |
I am having the same problem, will react native team ever fix this? :/ |
Looks like it was fixed in RN (and Expo) source code in November: |
I've tested my testcase with the latest RNGH and |
Hi.
I've found a bug. If you pass
inverted
prop toFlatList
with RNGH scroll, thenFlatList
would scroll in opposite direction sometimes if you make short quick scroll gestures. This happens on Android only. iOS isn't affected.See the video. Notice directions of gestures I make.
Check testcase repo. It's easily reproducible.
The text was updated successfully, but these errors were encountered: