responder.scrollResponderScrollTo is not a function
See original GitHub issueToday 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:
- Created 2 years ago
- Reactions:3
- Comments:11 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
On RN 66.3 I added the following dependency in the
package.json
of my project and it worked:Note: I am using
native-base
.I have forked the repo to fix this issue.