Skip to content
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

Open
saadrashid304 opened this issue Jan 4, 2022 · 11 comments
Open

Comments

@saadrashid304
Copy link

saadrashid304 commented Jan 4, 2022

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.

@manasmahala
Copy link

Facing the same issue.

@komailabbas12
Copy link

@manasmahala did you solve it? i am also facing this issue

@vivieall
Copy link

Same issue :/

@domhacking
Copy link

Same issue

@adrianrsoft
Copy link

Same issue..

@zeeshan-shabbir
Copy link

facing same issue I don't known it cause performance or not kindly guide

@BilalHashmi94
Copy link

Any Solutions?

@rohitm4n
Copy link

dont use it inside a scrollview

@sawirricardo
Copy link

Found this #20

@lackeluck
Copy link

Đã tìm thấy # 20 này

solved, thank you very much

@vaish8529
Copy link

sawirricardo still same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests