-
Notifications
You must be signed in to change notification settings - Fork 598
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
this._scrollRef.scrollTo is not a function #98
Comments
I am getting this issue as well. I am using Dropdown component inside the FlatList component. |
@smengl can you provide a snippet to show where exactly you put that line please? |
@HossamSamir There is no solution to this yet. Apparently the issue is in react-native code and requires changes there. However a workaround would be appreciated. |
This issue occurs when i updated to latest version. @n4kz any workaround or fixes??! |
Also seeing this issue. Help!! edit: Decided to use data.map(...) instead and didn't have any issue. |
same issue here when using in a FlatList as ListHeaderComponent. When putting it above the FlatList as normal component, it works fine! |
Still an issue....not working inside a FlatList Item |
Same issue, |
Getting the same issue. Please help |
I've just commented it |
I am facing the same issue if using inside a FlatList. Did anyone found any workaround to this ? |
Any updates on this! I am trying to get reference of nested flatLists but always getting |
Has anybody encountered this? I tracked it down to this line:
The text was updated successfully, but these errors were encountered: