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