Skip to content
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

Open
aamiryameen opened this issue Dec 10, 2021 · 22 comments
Open

TypeError: responder.scrollResponderScrollTo is not a function. #519

aamiryameen opened this issue Dec 10, 2021 · 22 comments

Comments

@aamiryameen
Copy link

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)

@dcenatiempo
Copy link

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?

@bisiAlessandroDocPlanner
Copy link

bisiAlessandroDocPlanner commented Dec 21, 2021

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 😄

@sanjay628
Copy link

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

@siddharthpvi
Copy link

any update on issue, having same issue.

@NaNtrack
Copy link

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)

@nandorojo
Copy link

Upgrading to 0.9.5 fixed this for me on RN 0.68.

@alexei2000
Copy link

i had the same issue with 0.9.5 and RN 0.68

@tosifkhan01
Copy link

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

@harshmdr
Copy link

harshmdr commented Dec 5, 2022

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

@H4mxa
Copy link

H4mxa commented Dec 6, 2022

Any update on this issue?

@harshmdr
Copy link

harshmdr commented Dec 6, 2022

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

@davidwinograd1
Copy link

davidwinograd1 commented May 8, 2023

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

@Mihai-github
Copy link

+1

@VladyslavForm
Copy link

+1, RN 0.70

@DoHue97
Copy link

DoHue97 commented Aug 15, 2024

Hello all, any update for this issue?
still error with react-native: 0.66.3 and 0.9.5 :(((

@formaliuk
Copy link

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.

@DoHue97
Copy link

DoHue97 commented Aug 15, 2024

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.

my native base is 2.15.2, i saw the package.json of this is "@codler/react-native-keyboard-aware-scroll-view": "1.0.1". Do you have any suggest ?
image

@formaliuk
Copy link

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.

@DoHue97
Copy link

DoHue97 commented Aug 15, 2024

image
i tried to add resolutions but doent work :(
"resolutions": {
"@codler/react-native-keyboard-aware-scroll-view": "2.0.0"
},

@formaliuk
Copy link

All other options to deal with this issue didn't help me. Only major update worked.

@DoHue97
Copy link

DoHue97 commented Aug 15, 2024

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!

@formaliuk
Copy link

That's how it is, you'll need to fix a lot after major update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests