-
Notifications
You must be signed in to change notification settings - Fork 648
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
react-native 0.63 scrollIntoView of undefined #451
Comments
yskoht
added a commit
to newn-team/react-native-keyboard-aware-scroll-view
that referenced
this issue
Sep 8, 2020
Hi, Any updates on this ? Thanks!! |
moriyuu
added a commit
to newn-team/react-native-keyboard-aware-scroll-view
that referenced
this issue
Nov 10, 2020
Fix props undefined (APSL#451)
@Foskas , after working around, here is my solution how can call these functions scrollToEnd, scrollIntoView,.. for functional component
|
@nhatndm I was able to achieve this in more accurate way:
|
@olegmilan
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run scrollToEnd in version 0.63, I get the error
scrollIntoView
of undefined.also now scroll.props.scrollToEnd gives an error. Because there are no props.
Warning:
this is a warning But it doesn't scroll down.
Thanks.
The text was updated successfully, but these errors were encountered: