-
Notifications
You must be signed in to change notification settings - Fork 649
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
TypeError: responder.scrollResponderScrollTo is not a function. #519
Comments
We have this issue as well. We just noticed it after upgrading from RN64 to RN66. We were on What versions of this package and RN are you on? |
We spotted the problem after updating |
Hi I am getting this issue my react native version is "0.66.4" and react-native-keyboard-aware-scroll-view to 0.9.5 |
any update on issue, having same issue. |
i had the same issue, but it turn out to be the native-base dependency @codler/react-native-keyboard-aware-scroll-view i solved that using #504 (comment) |
Upgrading to |
i had the same issue with 0.9.5 and RN 0.68 |
Facing same issue on "react-native": "0.66.4" and "react-native-keyboard-aware-scroll-view": "0.9.5" |
Facing same issue on "RN:0.68.2" and "native base:2.15.2" |
Any update on this issue? |
"resolutions": { |
Any solution? I tried every solution in this thread and nothing works. Upgrading to 0.9.5 did not fix it either. I'm on RN 68. @H4mxa @tosifkhan01 @alexei2000 |
+1 |
+1, RN 0.70 |
Hello all, any update for this issue? |
It seems like an issue with some relational dependencies, they fixed this issue in newer versions, so you can bump all the major versions of your packages and it should help. |
You should update your native base version to a new one. This issue is with their 2nd major (2.x.x), update it to the 3.x.x. |
All other options to deal with this issue didn't help me. Only major update worked. |
haiza, this isn't not good solution, because my code will change more, but thank for your help! |
That's how it is, you'll need to fix a lot after major update. |
Hi,
I'm getting this error while run on ios (React Native)
TypeError: responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo({
x: x,
y: y,
animated: animated
})', 'responder.scrollResponderScrollTo' is undefined)
The text was updated successfully, but these errors were encountered: