GeekyAnts / GeekyAnts/NativeBase
Getting error on click of input, keyboard avoid issue
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
TypeError: responder.scrollResponderScrollTo is not a function.
### CodeSandbox/Snack link
https://test
### Steps to reproduce
Run this app on IOS
Click any input box it will throw error saying :
```
typeError: responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo({
x: x,
y: y,
animated: animated
})', 'responder.scrollResponderScrollTo' is undefined)**
```
I tried by adding this but still not working
"native-base/@codler/react-native-keyboard-aware-scroll-view": "2.0.0"
### NativeBase Version
^2.13.12
### Platform
- [ ] Android
- [ ] CRA
- [ ] Expo
- [X] iOS
- [ ] Next
### Other Platform
_No response_
### Additional Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.