본문 바로가기

FrameWork/ReactNative

[React Native] Install

1. Project 생성

npx create-expo-app AwesomeProject

cd AwesomeProject
yarn add expo // expo 있다면 생략
npx expo start

 

2. app store 에 가서 Expo Go 앱을 다운로드 받는다.

→ 터미널에 출력되는 QR 코드 실행

실행이 안된다면 추가 설치

1. Expo install

brew update
brew install watchman

 

2. Watchman intall

brew update
brew install watchman

 

 

DESIGN BY TISTORY 관리자