WARN VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead.
原因
ScrollViewの中にflatListを入れている
解決策
リストと一緒にスクロールしたいコンポーネントは flatList の以下の props に渡す。
・ ListHeaderComponent
・ ListFooterComponent
参考文献
以下の情報を参考にさせていただきました。