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
- Throttle
- debounce
- react-native
- RN새로운아키텍쳐
- React-Native업데이트
- Swift
- RN업데이트
- react
- private-access-to-photos
- motion.div
- rn
- react native
- animation
- promise.all
- RN아키텍쳐
- async
- Promise
- javascript
- react-native-permissions
- react-native-image-picker
- await
- CS
- ios
- Hash-table
- no-permission-handler-detected
- axios
- named type
- 비동기
- react animation
- hydration mismatch
Archives
- Today
- Total
목록React-Native cli (1)
하루살이 개발일지

React-Native Cli로 React-Native 프로젝트 세팅하기 (iOS, macOS) 1. 준비물 Node / Watchman / CocoaPods / Xcode / homebrew (node, watchman 설치 용도) Homebrew가 설치되지 않았다면, https://brew.sh/ Node JavaScript 런타임 환경이다. React Native 앱을 빌드하고 실행하기 위해 필요하다. Watchman Watchman은 파일 시스템의 변경 사항을 감시하는 도구이다. 성능 향상을 위해 권장된다. CocoaPods CocoaPods는 iOS 프로젝트의 의존성 관리 도구이다. 외부 라이브러리를 쉽게 관리할 수 있게 해준다. 참고 : https://guides.cocoapods.org/us..
앱개발/React-Native
2024. 1. 18. 16:24