-
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
NullPointerException android.widget.ScrollView in onTouchEvent #46260
Comments
|
|
It will be great if you provide a repro using this template: https://github.com/react-native-community/reproducer-react-native |
I have simple scrolling, I use ScrollView, I started scrolling up and down and then the application on Android is crashed, |
@gurbela Not able to repro it on latest version. I am using a scrollView with lots of items. |
|
@gurbela Can you narrow down the issue to bare react native project? |
I'm using scrollHandler, and it causes this error (a crash) |
@gurbela please create a reproducer using this template. We cannot look into issue if they are not created with it. Also, it is unclear if this is related to The New Architecture or not. We have a template to collect New Architecture issues that should be used if that's the case. |
Description
Attempt to invoke virtual method 'void android.view.VelocityTracker.clear()' on a null object reference
Steps to reproduce
yarn android
React Native Version
0.75.2
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
test
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: