Skip to content

VirtualizedLists should never be nested inside plain ScrollViews #82

@saadrashid304

Description

@saadrashid304

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions