You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.