升级到react-native 0.61之后,我收到很多类似的警告:
VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead.
Run Code Online (Sandbox Code Playgroud)
VirtualizedList-backed container我应该使用其他什么?为什么现在不建议那样使用?