가수면

Expo 본문

React Native

Expo

니비앙 2023. 3. 6. 22:04

Expo CLI 설치
npm install --global expo-cli

 

Watchman 설치(Mac용)
brew update
brew install watchman

 

프로젝트 설치

expo init my-app

expo init my-app --npm (npm으로 설치)

 

로그인

expo login

 

실행

npm start

expo start

expo start --tunnel    (오류 뜰 때 이걸로 실행하면 됨)

npx expo start --tunnel

 

qr배포

expo publish

 

app배포

https://docs.expo.dev/build/setup

Comments