React Native 공부

ERROR - VirtualizedLists should never be nested inside plain ScrollViews with the same orientation

Xerath(제라스) 2022. 7. 13. 19:49
728x90
반응형

에러:

ERROR - VirtualizedLists should never be nested inside plain ScrollViews 
with the same orientation

에러 사유:

Flatlist는 그 자체로 ScrollView를 구현할 수 있음.

-> ScrollView 안에 Flatlist를 넣지 않아야 함.

 

728x90
반응형