Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- swift문법
- 네이버 부스트캠프
- sqoop
- useReducer
- 애플 디벨로퍼 아카데미
- Swift 문법
- Swift 디자인패턴
- react
- ObservedObject
- StateObject
- 운영체제
- ObservableObject
- Apple Developer Academy @ POSTECH
- global soop
- 제앱소
- SWIFT
- 소프트웨어분석및설계
- 애플 아카데미 후기
- apple developer academy 후기
- 네이버 치지직
- 애플 디벨로퍼 아카데미 후기
- OS
- 애플 디벨로퍼 아카데미 21주차 회고
- 치지직
- iOS 개발 오류
- 숭실대
- Swift 기능
- 데이터베이스
- 데이터베이스 공부
- 앱 비교 프로젝트
Archives
- Today
- Total
사과하는 제라스
ERROR - VirtualizedLists should never be nested inside plain ScrollViews with the same orientation 본문
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
반응형