After upgrading to react-native 0.61 i get a lot of warnings like that:
VirtualizedLists should never be nested inside plain ScrollViews with the same orient
Looking at the examples in docs I've changed container from:
to:
and all those warnings disappeared.