React Native 설치 및 iOS 앱 빌드, 실행
2020. 2. 3. 03:00ㆍ아이폰 개발
1. react-native 설치 및 프로젝트 생성
$ npm install -g react-native-cli
$ react-native init TestProject
$ cd TestProject
$ npm install
https://github.com/nashorn74/TestProject
2. Cocoa Pod 설치 (iOS용)
$ cd ios
$ pod install
$ cd ..
https://stackoverflow.com/questions/56916798/react-rctbridgedelegate-h-file-not-found
3. ios 앱 빌드 및 실행
$ react-native run-ios
* Android Studio와 달리 XCode에서 직접 빌드 및 실행을 할 수 있다.
https://woolbro.tistory.com/59
https://g6ling.gitbooks.io/react-native-tutorial-korean/react_native_inspector.html
https://facebook.github.io/react-native/docs/getting-started