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 | 31 |
Tags
- Project
- AWS
- 리액트 네이티브 에러
- babel.config.js
- error
- img upload
- firebase 라이브러리
- PongWorld
- react native font
- AWS Access Key
- React
- 리액트 네이티브
- s3 upload
- 백준
- 리액트
- js
- Access Key 생성
- fire base
- Next.js
- aws bucket 정책
- 에러
- 문자열 대소문자 구별
- react native picker
- react native CLI
- react native 개발
- 문자열 대소문자
- react native 세팅
- GIT
- 리엑트 네이티브 아이콘
- react native
Archives
- Today
- Total
목록리액트 네이티브 에러 (1)
밝을희 클태
[react native / 리액트 네이티브] 에러 Error: GestureDetector must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation fo..
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