responder.scrollResponderScrollTo is not a function

See original GitHub issue

Today i have upgraded to RN 0.65.1 and got this error.

TypeError: responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo({
            x: x,
            y: y,
            animated: animated
          })', 'responder.scrollResponderScrollTo' is undefined)

Lib version: "react-native-keyboard-aware-scroll-view": "^0.9.4",

The error pointed to this line: https://github.com/APSL/react-native-keyboard-aware-scroll-view/blob/master/lib/KeyboardAwareHOC.js#L276

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

16reactions
DanielAraldicommented, Nov 26, 2021

the issue persist in RN66.3

On RN 66.3 I added the following dependency in the package.json of my project and it worked:

"resolutions": {
  "native-base/@codler/react-native-keyboard-aware-scroll-view": "2.0.0"
},

Note: I am using native-base.

12reactions
codlercommented, Aug 31, 2021

I have forked the repo to fix this issue.

npm i @codler/react-native-keyboard-aware-scroll-view
Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: responder.scrollResponderScrollTo is not a function
1", and I tried 64.0, and 65.2 but no use. The Error is TypeError: responder.scrollResponderScrollTo is not a function. (In 'responder.
Read more >
TypeError: responder.scrollResponderScrollTo is not a function
Suppose that you are using react-native 0.65.2 , then you can fix this issue by updating react-native-keyboard-aware-scroll-view version 0.9.5.
Read more >
A brand new website interface for an even better experience!
TypeError : responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo.
Read more >
codler/react-native-keyboard-aware-scroll-view - Yarn
react-native-keyboard-aware-scroll-view. A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput .
Read more >
ScrollView - React Native Archive
Doesn't yet support other contained responders from blocking this scroll view ... 'none' (the default), drags do not dismiss the keyboard. ... function,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found