react-native-tabs-section-list
react-native-tabs-section-list copied to clipboard
Getting the following warning on Expo 37: "VirtualizedLists should never be nested inside plain ScrollViews with the same orientation"
I am 99% sure that this is something to do with your package. I have a nested Flatlist inside of it, but even when I replace that I still get the error. The package still seems to work - and work fine I should point out - so it's probably not an urgent issue, but thought I would raise it all the same.
The package uses RN's SectionList which AFAIK cannot be wrapped by ScrollView (which is of type VirtualizedLists).
i get same isuee!
any solution for this ?