-
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
ScrollView/FlatList scrolls sometime in the wrong direction #22859
Comments
Im experiencing similar behaviour for virtualized list. I've described my case (and provided a demo component) over here: https://stackoverflow.com/questions/54061601/quirky-behaviour-for-android-with-animated-event-on-onscroll-prop |
I also made a demo on expo |
I have the same issue on Android 9 devices. react-native: 0.54.0 |
related #22938 ? |
I upgraded the react native version to 0.57.8 and the scroll is working as expected now |
@rickhanlonii I don't think it's related to #22938 I did some research, i tried to use the exact same code in version react-native v56.1 and it's working fine without any problems. Can you re-open this ticket? |
@rickhanlonii because im using android 8 and #22938 is related to android 9. In react-native version 56.1 it's working flawless without any problems. |
same issue react native version 0.59.9 |
Environment
React Native Environment Info:
System:
OS: macOS 10.14.2
CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Memory: 37.48 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.12.0 - /usr/local/bin/node
Yarn: 1.12.1 - /usr/local/bin/yarn
npm: 6.5.0 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
Android SDK:
API Levels: 22, 23, 25, 26, 27, 28
Build Tools: 23.0.1, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.0, 26.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.3
System Images: android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
IDEs:
Android Studio: 3.2 AI-181.5540.7.32.5056338
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.6.3 => 16.6.3
react-native: 0.57.8 => 0.57.8
npmGlobalPackages:
create-react-native-app: 1.0.0
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
react-native-rename: 2.4.0
Description
ScrollView/FlatList scrolls sometimes to opposite direction during scroll with one hand.
Same code works flawless with expo. Whats the difference between ScrollView
see video:
stackoverflow issue
Reproducible Demo
Just use a blank project with a flatlist or scrollview
The text was updated successfully, but these errors were encountered: