react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
TypeError: responder.scrollResponderScrollTo is not a function.
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)
We have this issue as well. We just noticed it after upgrading from RN64 to RN66.
We were on react-native-keyboard-aware-scroll-view
0.9.2, but I believe upgrading to 0.9.5 fixes the issue.
What versions of this package and RN are you on?
We spotted the problem after updating react native
to 0.65.2 we fixed it updating the react-native-keyboard-aware-scroll-view
to 0.9.5 . Thank you @dcenatiempo 😄
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 https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/504#issuecomment-980236620
Upgrading to 0.9.5
fixed this for me on RN 0.68
.
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": { "**/native-base/@codler/react-native-keyboard-aware-scroll-view": "2.0.1" }, It works if you are using native base v2
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