GeekyAnts / GeekyAnts/NativeBase
Nested VirtualizedLists Warning in Flatlist with <Content> Tags
Open
warning
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
Since upgrading RN to latest I am getting a warning:
"VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead"
This error is being caused by the tag around a flatlist which worked perfectly fine before the latest upgrades.
RN: 61.1
Native Base: 2.13.8
React: 16.9.0
React Navigation: 4.0.9
This warning comes up on every flatlist as I use Content tag around my flatlist. This only started yesterday as I upgraded to latest RN from 60, and native base 2.13.8. I can remove the error by removing the Content tag.
Thoughts?
Contributor guide
Assessment
This issue has not been assessed yet.