-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Bad scrolling with Android Pie 9 and Pixel 2 XL #951
Comments
Yes, I have noticed this too. Interestingly, though, I have noticed precisely the same problem with Airbnb's chat in their app. I suppose it's unlikely they use gifted chat in their app, but there's a good chance that bit is built in react native... So perhaps something to do with a particular implementation of listview? |
It's possible to be related to react-native-invertible-scroll-view. As soon as possible I'll create an issue there. |
Any update on this? |
+1 |
+1 (pixel 1 android 9) |
did anyone find any workaround for this? React native ticket has few workarounds but that requires modifying the react-native code and then building and generating the .aar file. Does anyone have any other suggestion? |
@ggsrivas it's an issue in scrollviews in Android 9, they break momentum when you apply negative scaling to them (that exactly what scroll view inversion does in RN).
|
Same issue (Oneplus 6 Android 9.0) |
please help fix. |
This issue has been fixed in React Native v0.57.7, Please check it. |
I am having the same issue it is not fixed in rn v0.57.7 |
any update? |
Apparently fixed on new release 0.58 facebook/react-native@b971c5b |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Add inverted={false} in props solve my problem |
Issue Description
When scrolling enters in the "momentum" phase (after releasing finger) the chat view starts to scroll in the opposite direction
Steps to Reproduce / Code Snippets
Just scrolls the chat view using fast finger swipe
Additional Information
The text was updated successfully, but these errors were encountered: