일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Swift 기능
- 애플 디벨로퍼 아카데미
- ObservableObject
- global soop
- 앱 비교 프로젝트
- 숭실대
- swift문법
- react
- sqoop
- useReducer
- 애플 디벨로퍼 아카데미 21주차 회고
- Swift 디자인패턴
- Swift 문법
- 제앱소
- OS
- 데이터베이스
- 네이버 치지직
- 운영체제
- 애플 디벨로퍼 아카데미 후기
- Apple Developer Academy @ POSTECH
- StateObject
- iOS 개발 오류
- 네이버 부스트캠프
- 치지직
- 애플 아카데미 후기
- SWIFT
- apple developer academy 후기
- 데이터베이스 공부
- 소프트웨어분석및설계
- ObservedObject
- Today
- Total
목록React Native 공부 (11)
사과하는 제라스
FlatList를 활용하여 Carousel을 구현하였는데 이때 initial Index를 값을 주게 되니 다음과 같은 에러가 발생하였다. 검색 결과 쉽게 임시 해결법을 구해냈다. (시작이기는 하지만 때론 처음 index로 시작해서 스르르르륵 이동해서 initial Index에 도착한다.) 에러 : Invariant Violation: scrollToIndex should be used in conjunction with getItemLayout or onScrollToIndexFailed, otherwise there is no way to know the location of offscreen indices or handle failures. const flatList = useRef(null); ....
ERROR Error: Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated's babel plugin? ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loa..