react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

TypeError: responder.scrollResponderScrollTo is not a function.

Open aamiryameen opened this issue 3 years ago • 22 comments

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)

aamiryameen avatar Dec 10 '21 14:12 aamiryameen

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?

dcenatiempo avatar Dec 10 '21 19:12 dcenatiempo

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

sanjay628 avatar Feb 07 '22 08:02 sanjay628

any update on issue, having same issue.

siddharthpvi avatar May 19 '22 11:05 siddharthpvi

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

NaNtrack avatar May 19 '22 13:05 NaNtrack

Upgrading to 0.9.5 fixed this for me on RN 0.68.

nandorojo avatar Jun 18 '22 03:06 nandorojo

i had the same issue with 0.9.5 and RN 0.68

alexei2000 avatar Sep 12 '22 21:09 alexei2000

Facing same issue on "react-native": "0.66.4" and "react-native-keyboard-aware-scroll-view": "0.9.5"

tosifkhan01 avatar Nov 13 '22 17:11 tosifkhan01

Facing same issue on "RN:0.68.2" and "native base:2.15.2"

harshmdr avatar Dec 05 '22 14:12 harshmdr

Any update on this issue?

H4mxa avatar Dec 06 '22 13:12 H4mxa

"resolutions": { "**/native-base/@codler/react-native-keyboard-aware-scroll-view": "2.0.1" }, It works if you are using native base v2

harshmdr avatar Dec 06 '22 14:12 harshmdr

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

davidwinograd1 avatar May 08 '23 20:05 davidwinograd1

+1

Mihai-github avatar Jul 31 '23 10:07 Mihai-github

+1, RN 0.70

VladyslavForm avatar Apr 18 '24 14:04 VladyslavForm