'SectionList inside ScrollView warning of VirtualizedLists
i have a ScrollView as a parent,inside ScrollView i need to add FlatList and SectionList and when i serve the app it shows warning of:
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 used nestedScrollEnabled={true} in FlatList but what about SectionList. It continuously showing same warning. if anyone has solutions for this please do let me know.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
