react-native-tabs-section-list icon indicating copy to clipboard operation
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"

Open PaulHaze opened this issue 4 years ago • 3 comments

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.

PaulHaze avatar Apr 13 '20 22:04 PaulHaze

The package uses RN's SectionList which AFAIK cannot be wrapped by ScrollView (which is of type VirtualizedLists).

KamranKhan-Dev avatar Aug 05 '20 22:08 KamranKhan-Dev

i get same isuee!

iamir4g avatar Apr 19 '21 15:04 iamir4g

any solution for this ?

smokeninja77 avatar Feb 08 '23 11:02 smokeninja77