7
React-Native otro contenedor respaldado por VirtualizedList
Después de actualizar a react-native 0.61, recibo muchas advertencias como esta: VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead. ¿Cuál es el otro VirtualizedList-backed containerque debo usar, y por qué ahora se recomienda no usar así?