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

 

nashorn74/TestProject

Contribute to nashorn74/TestProject development by creating an account on GitHub.

github.com

 

2. Cocoa Pod 설치 (iOS용)

$ cd ios

$ pod install

$ cd ..

https://stackoverflow.com/questions/56916798/react-rctbridgedelegate-h-file-not-found

 

React/RCTBridgeDelegate.h' file not found

I have created a new project called auth using react-native init auth at terminal.When i tried to run the project using react-native run-ios. The build failed and gave a error 'React/RCTBridgeDeleg...

stackoverflow.com

 

3. ios 앱 빌드 및 실행

$ react-native run-ios

* Android Studio와 달리 XCode에서 직접 빌드 및 실행을 할 수 있다.

 

https://yuddomack.tistory.com/entry/1React-Native-%EC%84%A4%EC%B9%98%EC%99%80-%EC%8B%A4%ED%96%89hello-world

 

1.React Native 설치와 실행(hello world)

지난 시간에는 꿀잼 리액트의 매력을 나열해봤습니다. 본디 React.js부터 시작하는게 순서가 아니겠나 싶지만 현재 React Native 프로젝트를 진행중이기 때문에 까먹지 않기 위해 React Native의 시작부터 디자인..

yuddomack.tistory.com

https://woolbro.tistory.com/59

 

[React-Native] React-Native 입문기 - iOS, Android 설치 및 실행

안녕하세요~~!! 예전부터 이슈였지만, 최근에야 제가 좀 보게 된 React-Native에 대해서 천천히 포스팅 해보려고 합니다. 설치와 실행기, 기본적인 부분을 공부하면서 포스팅 하려고 합니다!! 기회가 된다면, 프로..

woolbro.tistory.com

https://g6ling.gitbooks.io/react-native-tutorial-korean/react_native_inspector.html

 

React Native Inspector · react-native-tutorial-korean

No results matching ""

g6ling.gitbooks.io

https://facebook.github.io/react-native/docs/getting-started

 

React Native · A framework for building native apps using React

A framework for building native apps using React

facebook.github.io