프로그래밍/React
[React-native] VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead.
sidongmen
2020. 7. 30. 12:11
스크롤 뷰 안에 flatList를 넣으려고 할 때 위와 같은 메세지가 출력된다.
<FlatList nestedScrollEnabled />