-
Notifications
You must be signed in to change notification settings - Fork 98
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
VirtualizedLists should never be nested inside plain ScrollViews #82
Comments
Facing the same issue. |
@manasmahala did you solve it? i am also facing this issue |
Same issue :/ |
Same issue |
Same issue.. |
facing same issue I don't known it cause performance or not kindly guide |
Any Solutions? |
dont use it inside a scrollview |
Found this #20 |
solved, thank you very much |
sawirricardo still same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I used Searchable Dropdown inside a ScrollView, I am getting this error: VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead. I have a Form in my project to add products. This forms contains two searchable dropdowns. Many TextInputs used to get Data that's why my Form is long. So I have to use ScrollView to view the complete form. The parent ScrollView is working fine but searchable dropdown give this error.
The text was updated successfully, but these errors were encountered: