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 |
Tags
- 공통컴포넌트
- vue.js
- 2022
- javascript
- react
- click and drag
- 제네릭
- 레이아웃쪼개기
- 타입좁히기
- utilty type
- 커스텀
- const 단언문
- 반복줄이기
- 리액트
- CSS
- 폰트적용하기
- JS console
- 성능최적화
- TSDoc
- returnType
- Chart.js
- React Native
- React.js
- NonNullable
- reactjs
- typescript
- 타입스크립트
- 개발콘텐츠
- 누구나 자료구조와 알고리즘
- 티스토리꾸미기
Archives
- Today
- Total
몽땅뚝딱 개발자
[React Native] 각 종 에러 트러블 슈팅 모음 본문
에러 해결 모음집 ,, 🤔
계속 업데이트 예정..!
- 설치 오류 시
rm -rf node_modules
rm -rf package-lock.json
rm -rf ios/build
rm -rf ios/Podfile.lock
rm -rf android/build
yarn clear --force
yarn install
- xcode exit:0
$ npx pod-install
- 뭘해도 안될 때
'Development > React Native' 카테고리의 다른 글
[React Native] Sentry 적용하기 (0) | 2024.08.11 |
---|---|
[React Native] 최적화 / 앱 성능 향상 방법 (작성중) (0) | 2024.08.03 |
[React Native] 토스 결제위젯, 브랜드페이 SDK 연동하기 (0) | 2024.08.03 |
[React Native] 기본 개념 (0) | 2024.06.23 |
[React Native] 애니메이션 간소화 해결하기 (애니메이션이 멈추는 현상) (0) | 2024.06.23 |
Comments