Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- error
- Project
- aws bucket 정책
- react native picker
- 백준
- react native CLI
- Access Key 생성
- 리액트 네이티브
- AWS Access Key
- react native 세팅
- react native font
- firebase 라이브러리
- Next.js
- 리액트
- React
- babel.config.js
- 문자열 대소문자 구별
- react native 개발
- 리엑트 네이티브 아이콘
- img upload
- 문자열 대소문자
- PongWorld
- js
- AWS
- react native
- GIT
- s3 upload
- 리액트 네이티브 에러
- 에러
- fire base
Archives
- Today
- Total
목록리액트 네이티브 에러 (1)
밝을희 클태

react native와 라이브러리들을 업데이트하고 나니GestureDetector must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-이런 오류가 난다GestureDetector는 GestureHandlerRootView의 자식으로 사용되어야 한다해결 방안import { GestureHandlerRootView } from 'react-native-gesture-handler';export default function App() { return ( ... );}..
마모리(My Memory) 프로젝트
2023. 7. 13. 18:48